Skip to content

Commit

Permalink
fix(test): build tailwindcss manifest file so tests run succesfully
Browse files Browse the repository at this point in the history
  • Loading branch information
99linesofcode committed Mar 4, 2024
1 parent 80b341e commit dfacff5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/laravel-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ jobs:

- run: |
echo ".env.testing" | xargs -n 1 cp .env.testing.github
php artisan config:clear
php artisan key:generate --env testing
php artisan migrate --env testing -v
php artisan tailwindcss:download
php artisan tailwindcss:build
- run: vendor/bin/phpunit --coverage-text --display-deprecation

0 comments on commit dfacff5

Please sign in to comment.