Put these back too

This commit is contained in:
Lance Pioch 2024-03-17 02:15:36 -04:00
parent b4610ce2c9
commit 53c1626805

View File

@ -66,3 +66,6 @@ jobs:
- name: Integration tests - name: Integration tests
run: vendor/bin/phpunit tests/Integration run: vendor/bin/phpunit tests/Integration
env:
DB_PORT: ${{ job.services.database.ports[3306] }}
DB_USERNAME: root