Skip to content

Commit

Permalink
Update nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdekker committed Feb 16, 2025
1 parent a3bbd27 commit 5ff4215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
DATABASE_URL: mysql://root:[email protected]:${{ job.services.mysql.ports['3306'] }}/symfony?serverVersion=8.0&charset=utf8mb4

- name: Run functional and integration test suite
run: php -dmax_execution_time=300 vendor/bin/phpunit --testsuite functional,integration
run: php -dmax_execution_time=300 vendor/bin/phpunit --display-deprecations --testsuite functional,integration
env:
DATABASE_URL: mysql://root:[email protected]:${{ job.services.mysql.ports['3306'] }}/symfony?serverVersion=8.0&charset=utf8mb4

Expand Down

0 comments on commit 5ff4215

Please sign in to comment.