Skip to content

Commit

Permalink
Setup Bats libs
Browse files Browse the repository at this point in the history
  • Loading branch information
qligier committed Apr 27, 2023
1 parent 0ac90c8 commit 342bf6f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:

- name: Setup Bats libraries
uses: brokenpip3/setup-bats-libs@0.1.0
with:
support-path: ${{ github.workspace }}/test/test_helper/bats-support
assert-path: ${{ github.workspace }}/test/test_helper/bats-assert
detik-install: false
file-install: false

- name: Run Tests
run: bats --trace --print-output-on-failure test/

0 comments on commit 342bf6f

Please sign in to comment.