Skip to content

Commit

Permalink
Update testing flow
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv committed Aug 14, 2024
1 parent 4ad391b commit 1e4e897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

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

- name: 🔑 Generate key
run: php artisan key:generate
Expand Down

0 comments on commit 1e4e897

Please sign in to comment.