Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mirko-pagliai committed May 10, 2024
1 parent d234f4b commit d4c243c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,7 @@ jobs:
run: composer show

- name: Wait for MySQL
run: |
if ${{ matrix.db-type == 'mysql' }}; then
while ! mysqladmin ping --host=127.0.0.1; do
sleep 1
done
fi
- run: sudo /etc/init.d/mysql start

- name: Run PHPUnit
run: |
Expand Down

0 comments on commit d4c243c

Please sign in to comment.