Skip to content

Commit

Permalink
chore: update github actions test (#179984)
Browse files Browse the repository at this point in the history
  • Loading branch information
charltonstanley committed Apr 18, 2024
1 parent 6afd63d commit 11a5ed8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
run: docker build -t docker-ansible .

- name: Run the built image.
run: docker run --name test-container -d --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro docker-ansible
run: >-
docker run --name test-container -d --privileged
-v /sys/fs/cgroup:/sys/fs/cgroup:rw --cgroupns=host
docker-ansible
# If on master branch, build and release image.
release:
Expand Down

0 comments on commit 11a5ed8

Please sign in to comment.