We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210c063 commit 809b16fCopy full SHA for 809b16f
.github/workflows/pre-main.yml
@@ -137,7 +137,7 @@ jobs:
137
working-directory: cnf-certification-test
138
139
- name: Check the smoke test results against the expected results template
140
- run: ./certsuite check results --log-file="${TNF_OUTPUT_DIR}"/cnf-certsuite.log
+ run: ./certsuite check results --log-file="${TNF_OUTPUT_DIR}"/certsuite.log
141
142
143
- name: Upload container test results as an artifact
@@ -150,4 +150,4 @@ jobs:
150
${{ env.TNF_OUTPUT_DIR }}/claim.json
151
${{ env.TNF_OUTPUT_DIR }}/claimjson.js
152
${{ env.TNF_OUTPUT_DIR }}/results.html
153
- ${{ env.TNF_OUTPUT_DIR }}/cnf-certsuite.log
+ ${{ env.TNF_OUTPUT_DIR }}/certsuite.log
0 commit comments