Skip to content

Commit

Permalink
Use Pest
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoungportable committed Mar 8, 2024
1 parent 24ca1fe commit 373fe00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ permissions:
contents: read

jobs:
phpunit:
pest:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: composer install --prefer-dist --no-progress
- name: PHPUnit
run: php vendor/bin/phpunit --stop-on-defect
- name: Pest
run: php vendor/bin/pest --stop-on-defect

0 comments on commit 373fe00

Please sign in to comment.