Adjustments

This commit is contained in:
Lance Pioch 2024-03-17 01:08:48 -04:00
parent daca4d1d5b
commit c3529acb22

View File

@ -60,11 +60,6 @@ jobs:
- name: Unit tests
run: vendor/bin/phpunit --bootstrap vendor/autoload.php tests/Unit
if: ${{ always() }}
env:
DB_HOST: UNIT_NO_DB
- name: Integration tests
run: vendor/bin/phpunit tests/Integration
env:
DB_PORT: ${{ job.services.database.ports[3306] }}
DB_USERNAME: root