Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Mar 8, 2024
1 parent 7d4003a commit 379686a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,9 @@ jobs:
- name: Systemd check
if: (!contains(matrix.dockerfile, 'alpine'))
run: |
podman run --tls-verify=0 --name sys-test --rm -d \
podman run --systemd --tls-verify=0 --name sys-test --rm -d \
docker://localhost:5000/${{ env.REPO }}:${{ env.IMG }}
# debian 9 takes time to boot
if [[ "$BASE_IMAGE" == "debian:9-slim" ]]; then
sleep 100
else
sleep 2
fi
sleep 2
podman exec -it sys-test systemd-analyze
- name: OpenRC check
if: (contains(matrix.dockerfile, 'alpine'))
Expand Down

0 comments on commit 379686a

Please sign in to comment.