Fixes for tests
This commit is contained in:
parent
98894039bf
commit
ddd67071cc
1 changed files with 5 additions and 0 deletions
5
.github/workflows/phpunit.yml
vendored
5
.github/workflows/phpunit.yml
vendored
|
|
@ -53,6 +53,11 @@ jobs:
|
|||
run: |
|
||||
sudo /etc/init.d/mysql start
|
||||
|
||||
- name: Sleep for 30 seconds //allows time for MySQL to start
|
||||
uses: jakejarvis/wait-action@master
|
||||
with:
|
||||
time: '30s'
|
||||
|
||||
- name: Verify MariaDB connection
|
||||
env:
|
||||
DB_PORT: ${{ job.services.mariadb.ports[3306] }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue