Skip to content

Commit

Permalink
tests: Generate summary
Browse files Browse the repository at this point in the history
  • Loading branch information
andsens committed May 22, 2024
1 parent b80b7e6 commit 8c2aa7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: orbit-online/upkg-install@v1
with:
install-dependencies: 'true'
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
Expand All @@ -24,4 +21,10 @@ jobs:
- name: Install bats
uses: bats-core/[email protected]
- name: Run tests
run: bats .
run: bats . --formatter tap13 tests | tee results.tap
- name: Generate test summary
uses: test-summary/action@v2
with:
paths: upkg/tests/results.tap
show: "fail, skip"
if: always()
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/results.tap

0 comments on commit 8c2aa7e

Please sign in to comment.