We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7e341 commit b1d4199Copy full SHA for b1d4199
.github/workflows/ci.yml
@@ -21,4 +21,8 @@ jobs:
21
-v "${{ github.workspace }}":/var/www/html \
22
-w /var/www/html \
23
laravelsail/php84-composer:latest \
24
- sh -lc "composer install --no-interaction --prefer-dist && vendor/bin/phpunit"
+ sh -lc "
25
+ composer install --no-interaction --prefer-dist &&
26
+ vendor/bin/phpunit &&
27
+ vendor/bin/pint --test
28
+ "
0 commit comments