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 95a1bc4 commit d013ea9Copy full SHA for d013ea9
.github/workflows/integration.yml
@@ -31,6 +31,8 @@ jobs:
31
- uses: actions/checkout@v4
32
- name: info
33
run: cat /proc/cmdline && echo && cat /proc/mounts && echo && ls -al /sys/fs/cgroup && echo && uname -a && echo && stat -fc %T /sys/fs/cgroup && echo && cat /proc/self/cgroup && cat /proc/cpuinfo
34
+ - name: pstree
35
+ run: pstree -p && exit 1
36
- name: Install DOMjudge
37
run: .github/jobs/baseinstall.sh all
38
- name: Set up chroot
0 commit comments