Skip to content

Commit

Permalink
tests: Fix test path
Browse files Browse the repository at this point in the history
  • Loading branch information
andsens committed May 22, 2024
1 parent 264200e commit a546767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4
- uses: orbit-online/upkg-install@v1
- name: Run tests
run: bats . --formatter tap13 tests | tee results.tap
run: bats --formatter tap13 . | tee results.tap
- name: Generate test summary
uses: test-summary/action@v2
with:
Expand Down

0 comments on commit a546767

Please sign in to comment.