We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d142b commit 2f96702Copy full SHA for 2f96702
.github/workflows/integration.yml
@@ -46,6 +46,8 @@ jobs:
46
run: sudo userdel -f -r domjudge-run-0 ; sudo useradd -d /nonexistent -g nogroup -s /bin/false -u 2222 domjudge-run-0
47
- name: Start judging
48
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/
51
- name: Monitor judgehost log and stop once all submissions are judged
52
run: |
53
tail -f /opt/domjudge/judgehost/output/log/judge*-0.log | while read line; do
0 commit comments