Skip to content

Commit

Permalink
cgroupns=host
Browse files Browse the repository at this point in the history
  • Loading branch information
twd2 committed Mar 20, 2024
1 parent 9fd9bdc commit 29e800a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Integration test
run: |
docker load --input /tmp/jd4.tar
docker run --privileged \
docker run --privileged --cgroupns=host \
-v $(readlink -f examples/config.yaml):/root/.config/jd4/config.yaml \
vijos/jd4 /bin/bash -c "source /venv/bin/activate && python3 -m unittest -v jd4.integration_test"
Expand Down

0 comments on commit 29e800a

Please sign in to comment.