Skip to content

Commit

Permalink
240128.125227.HKT correct verify_*.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Jan 28, 2024
1 parent c430f43 commit 6b8c946
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
diff ${solver}_prob_start ${solver}_prob_end > ${solver}_stuck
printf "\n\n>>>>>>>>>>>>>>>>\nProblems that started but did not end:\n\n"
cat ${solver}_stuck
printf "\n<<<<<<<<<<<<<<<<\n\n
printf "\n<<<<<<<<<<<<<<<<\n\n"
- name: Store artifacts
uses: actions/upload-artifact@v4.3.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify_large.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
diff ${solver}_prob_start ${solver}_prob_end > ${solver}_stuck
printf "\n\n>>>>>>>>>>>>>>>>\nProblems that started but did not end:\n\n"
cat ${solver}_stuck
printf "\n<<<<<<<<<<<<<<<<\n\n
printf "\n<<<<<<<<<<<<<<<<\n\n"
- name: Store artifacts
uses: actions/upload-artifact@v4.3.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
diff ${solver}_prob_start ${solver}_prob_end > ${solver}_stuck
printf "\n\n>>>>>>>>>>>>>>>>\nProblems that started but did not end:\n\n"
cat ${solver}_stuck
printf "\n<<<<<<<<<<<<<<<<\n\n
printf "\n<<<<<<<<<<<<<<<<\n\n"
- name: Store artifacts
uses: actions/upload-artifact@v4.3.0
Expand Down

0 comments on commit 6b8c946

Please sign in to comment.