Skip to content

Commit

Permalink
🐛 Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
juzaweb committed Feb 17, 2023
1 parent dd630ca commit 6c921fb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,8 @@ jobs:
env:
DB_CONNECTION: sqlite
DB_DATABASE: database/database.sqlite
run: php artisan test modules/Tests/InstallTest.php
working-directory: cms
- name: Enable plugin
run: |
php artisan test modules/Tests/InstallTest.php
php artisan plugin:enable juzaweb/movie
php artisan test
working-directory: cms

0 comments on commit 6c921fb

Please sign in to comment.