Skip to content

Commit 809b16f

Browse files
authored
Change cnf-certsuite.log to certsuite.log (#444)
1 parent 210c063 commit 809b16f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
working-directory: cnf-certification-test
138138

139139
- name: Check the smoke test results against the expected results template
140-
run: ./certsuite check results --log-file="${TNF_OUTPUT_DIR}"/cnf-certsuite.log
140+
run: ./certsuite check results --log-file="${TNF_OUTPUT_DIR}"/certsuite.log
141141
working-directory: cnf-certification-test
142142

143143
- name: Upload container test results as an artifact
@@ -150,4 +150,4 @@ jobs:
150150
${{ env.TNF_OUTPUT_DIR }}/claim.json
151151
${{ env.TNF_OUTPUT_DIR }}/claimjson.js
152152
${{ env.TNF_OUTPUT_DIR }}/results.html
153-
${{ env.TNF_OUTPUT_DIR }}/cnf-certsuite.log
153+
${{ env.TNF_OUTPUT_DIR }}/certsuite.log

0 commit comments

Comments
 (0)