Skip to content

Commit 264200e

Browse files
committed
Add test summary
1 parent af881d9 commit 264200e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/test.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,10 @@ jobs:
2525
uses: actions/checkout@v4
2626
- uses: orbit-online/upkg-install@v1
2727
- name: Run tests
28-
run: bats .
28+
run: bats . --formatter tap13 tests | tee results.tap
29+
- name: Generate test summary
30+
uses: test-summary/action@v2
31+
with:
32+
paths: upkg/tests/results.tap
33+
show: "fail, skip"
34+
if: always()

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/results.tap

0 commit comments

Comments
 (0)