We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf1985 commit c734dd0Copy full SHA for c734dd0
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Run test suite
44
env:
45
- THEMIS_CI_DEBUG_OUTPUT: ci-failure.json
+ THEMIS_CI_DEBUG_OUTPUT: ${{ github.workspace }}/.themis/ci-failure.json
46
run: npm test
47
48
- name: Upload CI failure payload
0 commit comments