actions(tests): use the database...

This commit is contained in:
Matthew Penner 2021-07-24 15:08:13 -06:00
parent b25a0c4cbc
commit 6acb989965

View file

@ -58,8 +58,8 @@ jobs:
run: php artisan test tests/Unit
if: ${{ always() }}
env:
DB_CONNECTION: testing
TESTING_DB_HOST: UNIT_NO_DB
TESTING_DB_PORT: ${{ job.services.database.ports[3306] }}
TESTING_DB_USERNAME: root
- name: Execute Integration Tests
run: php artisan test tests/Integration
env: