Skip to content

Commit 2f96702

Browse files
committed
debug
1 parent 84d142b commit 2f96702

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
run: sudo userdel -f -r domjudge-run-0 ; sudo useradd -d /nonexistent -g nogroup -s /bin/false -u 2222 domjudge-run-0
4747
- name: Start judging
4848
run: sudo -u domjudge sh -c 'cd /opt/domjudge/judgehost/ && nohup bin/judgedaemon -n 0 &'
49+
- name: DEBUG
50+
run: ls -al /opt/domjudge/judgehost/output/log/
4951
- name: Monitor judgehost log and stop once all submissions are judged
5052
run: |
5153
tail -f /opt/domjudge/judgehost/output/log/judge*-0.log | while read line; do

0 commit comments

Comments
 (0)