Skip to content

Commit 6580339

Browse files
committed
createdir
1 parent ec73046 commit 6580339

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/runpipe.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
run: make test
3535
- name: Add user/group
3636
run: sudo addgroup domjudge-run-0 && sudo usermod -g domjudge-run-0 domjudge-run-0
37+
- name: Create dir
38+
run: mkdir -p /opt/domjudge/judgehost/tmp/
3739
- name: Run the actual runguard tests
3840
working-directory: judge/runguard_test
3941
env:

0 commit comments

Comments
 (0)