Skip to content

Commit d8031de

Browse files
committed
fix
1 parent d0b55e5 commit d8031de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: sudo -u domjudge sh -c 'cd /opt/domjudge/judgehost/ && nohup bin/judgedaemon -n 0 &'
4949
- name: Monitor judgehost log and stop once all submissions are judged
5050
run: |
51-
tail -f your_log_file.log | while read line; do
51+
tail -f /opt/domjudge/judgehost/output/log.judge*-0.log | while read line; do
5252
echo "$line"
5353
if [[ "$line" == *"No submissions in queue"* ]]; then
5454
break

0 commit comments

Comments
 (0)