Skip to content

Commit

Permalink
Updated tests dir in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
targendaz2 committed Mar 29, 2024
1 parent 411eb12 commit 669b8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- run: mkdir -p junit

- name: Run bats tests
run: ./node_modules/.bin/bats --recursive --formatter junit test/ > junit/${{ matrix.os }}.xml
run: ./node_modules/.bin/bats --recursive --formatter junit tests/ > junit/${{ matrix.os }}.xml

- name: Publish bats test results
uses: dorny/test-reporter@v1
Expand Down

0 comments on commit 669b8a2

Please sign in to comment.