Skip to content

Commit 151ce17

Browse files
author
hareland
committed
update Github action for testing.
1 parent f0d65c5 commit 151ce17

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/pest.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build
1+
name: Tests
22

33
on:
44
push:
@@ -8,15 +8,13 @@ on:
88

99
jobs:
1010
laravel-tests:
11-
1211
runs-on: ubuntu-latest
13-
1412
steps:
1513
- uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
1614
with:
1715
php-version: '8.1'
1816
- uses: actions/checkout@v3
1917
- name: Install Dependencies
20-
run: composer install --dev --no-ansi
18+
run: composer install --dev --no-ansi -Q
2119
- name: Execute tests (Unit and Feature tests) via Pest
2220
run: vendor/bin/pest

0 commit comments

Comments
 (0)