Skip to content

Commit 4c47d5d

Browse files
committed
create user/group
1 parent 8c957f4 commit 4c47d5d

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
@@ -29,6 +29,8 @@ jobs:
2929
- name: Run the actual runpipe tests
3030
working-directory: judge/runpipe_test
3131
run: make test
32+
- name: Add user/group
33+
run: sudo addgroup domjudge-run-0 && sudo usermod -g domjudge-run-0 domjudge-run-0
3234
- name: Run the actual runguard tests
3335
working-directory: judge/runguard_test
3436
run: make test

0 commit comments

Comments
 (0)