We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719d294 commit c33c20aCopy full SHA for c33c20a
.github/workflows/integration.yml
@@ -37,9 +37,9 @@ jobs:
37
run: sudo misc-tools/dj_make_chroot -a amd64
38
- name: Check nginx
39
run: curl -v https://localhost/domjudge/
40
- - name: Testing submit client
41
- working-directory: submit
42
- run: make check-full
+ #- name: Testing submit client
+ # working-directory: submit
+ # run: make check-full
43
- name: Configure judgehost
44
run: sudo cp /opt/domjudge/judgehost/etc/sudoers-domjudge /etc/sudoers.d/ && sudo chmod 400 /etc/sudoers.d/sudoers-domjudge
45
- name: Create user
0 commit comments