Skip to content

Commit

Permalink
refactor: Try running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Jul 4, 2024
1 parent a37ecd8 commit 21f2334
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build:
nodes:
analysis:
services:
mysql: 5.7
mysql: 8.0
project_setup:
override:
- true
Expand All @@ -37,13 +37,13 @@ build:
- js-scrutinizer-run
tests:
services:
mysql: 5.7
mysql: 8.0
project_setup:
override:
- true
tests:
override:
- command: 'echo "done"'
- command: 'php vendor/bin/pest'
checks:
php: true
javascript: true
Expand Down

0 comments on commit 21f2334

Please sign in to comment.