Skip to content

Commit

Permalink
add pest test in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Feb 25, 2024
1 parent 6cb3148 commit 496906c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/setup_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ jobs:
- name: Run tests
run: |
composer validate --strict
- name: Run pest tests
run: |
bash install.sh
composer test

0 comments on commit 496906c

Please sign in to comment.