Skip to content

Commit b45e9d7

Browse files
committed
Always publish test report.
1 parent 92e4ef4 commit b45e9d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ jobs:
2929
env:
3030
VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}
3131
TESTCONTAINERS_RYUK_DISABLED: true
32+
- name: Publish Test Report
33+
if: ${{ always() }}
34+
uses: scacap/[email protected]

0 commit comments

Comments
 (0)