Skip to content

Commit

Permalink
try to "fix" CI
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT committed Mar 2, 2024
1 parent ba38cae commit b099eaf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/runpipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
run: make test
- name: Fix domjudge-run-0 user in image
run: addgroup domjudge-run-0 && usermod -g domjudge-run-0 domjudge-run-0
- name: Set up cgroups
working-directory: judge
run: ./create_cgroups
- name: Run the actual runguard tests
working-directory: judge/runguard_test
run: make test
Expand Down

0 comments on commit b099eaf

Please sign in to comment.