Skip to content

Commit

Permalink
Remove copy of .env file as this is (probably not needed in ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
xam-ps committed Dec 29, 2024
1 parent 6647274 commit 3900415
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ jobs:
- name: Install Composer dependencies
run: composer install --prefer-dist --no-interaction --no-progress

- name: Copy environment file
run: cp .env.ci .env

- name: Generate app key
run: php artisan key:generate

Expand Down

0 comments on commit 3900415

Please sign in to comment.