Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
i-love-coffee-i-love-tea committed Apr 10, 2024
1 parent 658b806 commit 47a566d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,12 @@ jobs:
- run: echo "This job's status is ${{ job.status }}."

- name: Test
run: test/bats/bin/bats test/*.bats
run: test/bats/bin/bats test/*.bats --formatter junit > report.xml
- name: Report
uses: dorny/test-reporter@v1
if: always()
with:
name: Maven Tests
path: report.xml
reporter: java-junit
fail-on-error: true

0 comments on commit 47a566d

Please sign in to comment.