File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,9 +133,9 @@ jobs:
133
133
branch : main
134
134
- name : backup case if download fails
135
135
if : ${{ steps.download-report.outcome == 'failure' }}
136
- run : mkdir -p main-branch-report && cp -r ./partiql-conformance-tests/backup_conformance_report.json ./main-branch-report /cts_report.json
136
+ run : mkdir -p artifact && cp -r ./partiql-conformance-tests/backup_conformance_report.json ./artifact /cts_report.json
137
137
# Run conformance report comparison. Generates cts-comparison-report.md
138
- - run : ./target/debug/generate_comparison_report ./main-branch-report /cts_report.json cts_report.json cts-comparison-report.md
138
+ - run : ./target/debug/generate_comparison_report ./artifact /cts_report.json cts_report.json cts-comparison-report.md
139
139
# Print conformance report to GitHub actions workflow summary page
140
140
- name : print markdown in run
141
141
run : cat cts-comparison-report.md >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments