Skip to content

Commit

Permalink
update the test script to add bats tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Jun 26, 2024
1 parent a2470e2 commit d1a28cd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,12 @@ jobs:
- name: Run tests
run: composer test

- name: Install bats
uses: bats-core/[email protected]

- name: Test Helper functions
env:
CI: 1
run: |
bats -p -t .github/tests

0 comments on commit d1a28cd

Please sign in to comment.