Skip to content

Commit 220dace

Browse files
committed
Se aplicarán a los workflow scrutinizer y ci los tests dentro de tests-readonly en composer.json.
1 parent ac624f3 commit 220dace

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
LIBREDTE_HASH: ${{ secrets.LIBREDTE_HASH }}
3535
LIBREDTE_RUT: ${{ vars.LIBREDTE_RUT }}
3636
run: |
37-
composer tests-dte
38-
composer tests-cobros
37+
composer tests-readonly
3938
4039
- name: Upload PHPUnit result report
4140
if: failure()

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build:
77
tests:
88
override:
99
- php-scrutinizer-run
10-
- command: composer tests-dte
10+
- command: composer tests-readonly
1111
coverage:
1212
file: var/tests-coverage.xml
1313
format: clover

0 commit comments

Comments
 (0)