Skip to content

Commit 1e4e897

Browse files
committed
Update testing flow
1 parent 4ad391b commit 1e4e897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: 📦 Install Composer Dependencies
8080
# if: steps.vendor-cache.outputs.cache-hit != 'true'
81-
run: composer install --no-interaction --prefer-dist --no-dev
81+
run: composer install --no-interaction --prefer-dist
8282

8383
- name: 🔑 Generate key
8484
run: php artisan key:generate

0 commit comments

Comments
 (0)