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.
2 parents 65395f6 + 07d38cb commit 9d9853fCopy full SHA for 9d9853f
.github/workflows/containers.yml
@@ -41,6 +41,8 @@ jobs:
41
- run: rm -f /tmp/cidfile
42
- name: Run systemd from ${{ matrix.baseimage }}
43
run: docker run --shm-size=2gb -d --cidfile=/tmp/cidfile --privileged -e GOPATH=${GOPATH} -v ${PWD}:${BUILD_DIR} go-systemd/container-tests /bin/systemd --system
44
+ - name: Wait a bit for the whole system to settle
45
+ run: sleep 30s
46
- name: Run tests
47
run: docker exec --privileged `cat /tmp/cidfile` /bin/bash -c "cd ${BUILD_DIR} && ./scripts/travis/pr-test.sh run_tests"
48
- name: Cleanup
0 commit comments