Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rufat.gadirov committed Oct 6, 2023
1 parent b1336ac commit 8606371
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ jobs:
run: chmod -R 777 storage bootstrap/cache
- name: phpstan
run: ./vendor/bin/phpstan analyse app --memory-limit=1G
- name: Database migration
run: php artisan migrate:seed
- name: Run tests
run: php artisan test

0 comments on commit 8606371

Please sign in to comment.