fix: gh action

pull/9060/head
Luciano Righetti 2023-05-05 11:53:56 +02:00
parent 901575041f
commit 60473421c4
1 changed files with 4 additions and 0 deletions

View File

@ -66,3 +66,7 @@ jobs:
- name: Run tests
run: vendor/bin/phpunit
- name: Debug DB (after tests)
if: always()
run: mysql --defaults-file=misp.cnf -h 127.0.0.1 misp3_test -e "SHOW TABLES;"