Skip to content

Commit

Permalink
Test with phpUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
RobTrehy committed Mar 18, 2024
1 parent d9caef3 commit 76bd8d1
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,4 @@ jobs:
run: composer dump-autoload --optimize

- name: Execute tests
run: vendor/bin/testbench package:test

- name: Catch Testbench Laravel.log on Fail
if: failure()
uses: actions/upload-artifact@v2
with:
name: testbench laravel log
path: ./vendor/orchestra/testbench-core/laravel/storage/logs/laravel.log
run: vendor/bin/phpunit

0 comments on commit 76bd8d1

Please sign in to comment.