Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
2amjsouza authored Dec 8, 2023
1 parent 68f7867 commit b875a88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:

- name: Install laravel dependencies (testings purpose)
run: (cd ./tests/_laravel && composer install)

- name: Create laravel env file
run: (cd ./tests/_laravel && cp .env.example .env)

- name: Create Laravel Tests app Key
run: (cd ./tests/_laravel && php artisan key:generate)
Expand Down

0 comments on commit b875a88

Please sign in to comment.