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 885b956 commit bdf1a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Systemd check
if: (!contains(matrix.dockerfile, 'alpine'))
run: |
podman run --systemd=always --user --tls-verify=0 --name sys-test --rm -d \
podman run --systemd always --tls-verify=0 --name sys-test --rm -d \
docker://localhost:5000/${{ env.REPO }}:${{ env.IMG }}
sleep 2
podman exec -it sys-test systemd-analyze
Expand Down

0 comments on commit bdf1a35

Please sign in to comment.