Skip to content

Commit d013ea9

Browse files
committed
debug
1 parent 95a1bc4 commit d013ea9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
- uses: actions/checkout@v4
3232
- name: info
3333
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
3436
- name: Install DOMjudge
3537
run: .github/jobs/baseinstall.sh all
3638
- name: Set up chroot

0 commit comments

Comments
 (0)