Skip to content

Commit

Permalink
Update github action file
Browse files Browse the repository at this point in the history
  • Loading branch information
JyskFynskeMedierJoej committed Jan 10, 2025
1 parent bcf4851 commit 33110b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@master

- name: Setup PHP
uses: nanasess/setup-php@master
uses: shivammathur/setup-php@master
with:
php-version: ${{ matrix.php }}

Expand All @@ -55,5 +55,8 @@ jobs:
echo 'Connection failed: ' . \$e->getMessage();
}"
- name: Sleep for 10 seconds - wait for MySQL to start
run: sleep 10

- name: Run tests
run: php vendor/bin/phpunit

0 comments on commit 33110b5

Please sign in to comment.