Skip to content

Commit

Permalink
Fix code test workflow. phpunit -> pest
Browse files Browse the repository at this point in the history
  • Loading branch information
pelmered committed Sep 8, 2024
1 parent 4ea8c11 commit 054b077
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,4 @@ jobs:
- name: Install dependencies
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --ignore-platform-reqs
- name: Execute tests
run: vendor/bin/phpunit --testsuite=default
- name: Execute tests
run: vendor/bin/phpunit
run: vendor/bin/pest

0 comments on commit 054b077

Please sign in to comment.