Skip to content

Commit

Permalink
Add .env to source
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkregel committed Dec 29, 2023
1 parent d6906b4 commit fb55942
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/php-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Run tests
run: |
cp .env.ci .env
source .env
touch database/database.sqlite
php artisan key:generate
php vendor/bin/phpunit

0 comments on commit fb55942

Please sign in to comment.