We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 151ce17 commit 8748690Copy full SHA for 8748690
.github/workflows/pest.yml
@@ -15,6 +15,6 @@ jobs:
15
php-version: '8.1'
16
- uses: actions/checkout@v3
17
- name: Install Dependencies
18
- run: composer install --dev --no-ansi -Q
+ run: composer install --dev --no-ansi -q
19
- name: Execute tests (Unit and Feature tests) via Pest
20
run: vendor/bin/pest
0 commit comments