Skip to content

Commit

Permalink
Fixed missing command
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosIsaris committed Oct 3, 2024
1 parent d22852e commit 028e50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/laravel-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Run composer install
run: composer install -n --prefer-dist
- name: Copy .env
run: cp .env.testing.example .env.testing
run: cp .env.testing.example .env.testing && cp .env.testing .env
- name: Generate key
run: php artisan key:generate
- name: Directory Permissions
Expand Down

0 comments on commit 028e50e

Please sign in to comment.