We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af881d9 commit 264200eCopy full SHA for 264200e
.github/workflows/test.yaml
@@ -25,4 +25,10 @@ jobs:
25
uses: actions/checkout@v4
26
- uses: orbit-online/upkg-install@v1
27
- name: Run tests
28
- run: bats .
+ 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
@@ -0,0 +1 @@
1
+/results.tap
0 commit comments