Skip to content

Commit

Permalink
update ci flow
Browse files Browse the repository at this point in the history
  • Loading branch information
2amjsouza committed Dec 8, 2023
1 parent fed1841 commit cbbcaf4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
run: composer install

- name: Install laravel dependencies (testings purpose)
run: (cd ./tests/_laravel && composer install)
run:
- (cd ./tests/_laravel && composer install)
- (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 cbbcaf4

Please sign in to comment.