Skip to content

Commit

Permalink
Working on config
Browse files Browse the repository at this point in the history
  • Loading branch information
jfelder committed Jan 9, 2024
1 parent 4d17d0e commit d460243
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,5 @@ jobs:
- name: Install Composer dependencies
run: composer install --prefer-dist --no-interaction --no-progress

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

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

- name: Execute tests
run: vendor/bin/phpunit

0 comments on commit d460243

Please sign in to comment.