Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT committed Aug 25, 2024
1 parent 84dfcc4 commit 58235d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
- name: Create user
run: sudo userdel -f -r domjudge-run-0 ; sudo useradd -d /nonexistent -g nogroup -s /bin/false -u 2222 domjudge-run-0
- name: Start judging
run: cd /opt/domjudge/judgehost/ && nohup judge/judgedaemon -n 0 &
run: cd /opt/domjudge/judgehost/ && nohup bin/judgedaemon -n 0 &
- name: Sleep 5s
run: sleep 5

0 comments on commit 58235d7

Please sign in to comment.