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 cbbcaf4 commit 68f7867
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
run: composer install

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

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

- name: Run unit tests
run: ./vendor/bin/codecept run --coverage --coverage-xml ./coverage.xml
Expand Down

0 comments on commit 68f7867

Please sign in to comment.