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 ead055a commit a06940d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +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: sudo cp judge/domjudge-*service judge/domjudge-*target /etc/systemd/system/ && sudo ls /etc/systemd/system/ && sudo systemctl enable --now domjudge-judgedaemon@2
run: sudo -u domjudge-run sh -c 'cd /opt/domjudge/judgehost/ && nohup judge/judgedaemon -n 0 >/dev/null 2>&1 &'
- name: Sleep 5s
run: sleep 5

0 comments on commit a06940d

Please sign in to comment.