Skip to content

Commit bb40be7

Browse files
committed
Corrección rápida de test automatizado: Se modificó para que solo tome los tests en el testsuite readonly.
1 parent 8c07ec8 commit bb40be7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
echo "BHEXPRESS_API_TOKEN=${{ secrets.BHEXPRESS_API_TOKEN }}" >> tests/test.env
3333
echo 'BHEXPRESS_EMISOR_RUT="76192083-9"' >> tests/test.env
3434
35-
- name: Run PHP tests
35+
- name: Run PHP tests read only
3636
run: |
37-
composer tests
37+
composer tests_readonly
3838
3939
- name: Upload PHPUnit result report
4040
if: failure()

0 commit comments

Comments
 (0)