Skip to content

Commit 8748690

Browse files
author
hareland
committed
update GitHub action for testing.
1 parent 151ce17 commit 8748690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
php-version: '8.1'
1616
- uses: actions/checkout@v3
1717
- name: Install Dependencies
18-
run: composer install --dev --no-ansi -Q
18+
run: composer install --dev --no-ansi -q
1919
- name: Execute tests (Unit and Feature tests) via Pest
2020
run: vendor/bin/pest

0 commit comments

Comments
 (0)