We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a4056 commit d152f95Copy full SHA for d152f95
.github/workflows/build-test.yaml
@@ -24,13 +24,12 @@ jobs:
24
AUTHNZ_PORT: 8084
25
AUTHNZ_HTTPS_PORT: 8443
26
steps:
27
- # Test: Is this section required? CI warning implies it may not be getting evaluated now
28
-# - name: Start Container Service
29
-# if: ${{matrix.ctrmgr == 'podman'}}
30
-# run: |
31
-# systemctl --user start podman.socket
32
-# systemctl --user enable podman.socket
33
-# export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock
+ - name: Start Container Service
+ if: ${{matrix.ctrmgr == 'podman'}}
+ run: |
+ systemctl --user start podman.socket
+ systemctl --user enable podman.socket
+ export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock
34
- name: Versions
35
run: |
36
${DOCKER_CMD} -v
0 commit comments