actions(tests): use the database...
This commit is contained in:
parent
b25a0c4cbc
commit
6acb989965
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -58,8 +58,8 @@ jobs:
|
||||||
run: php artisan test tests/Unit
|
run: php artisan test tests/Unit
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
env:
|
env:
|
||||||
DB_CONNECTION: testing
|
TESTING_DB_PORT: ${{ job.services.database.ports[3306] }}
|
||||||
TESTING_DB_HOST: UNIT_NO_DB
|
TESTING_DB_USERNAME: root
|
||||||
- name: Execute Integration Tests
|
- name: Execute Integration Tests
|
||||||
run: php artisan test tests/Integration
|
run: php artisan test tests/Integration
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue