Skip to content

Commit d152f95

Browse files
committed
Restoring podman service start [with fix for workflow warning]
1 parent c4a4056 commit d152f95

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/build-test.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,12 @@ jobs:
2424
AUTHNZ_PORT: 8084
2525
AUTHNZ_HTTPS_PORT: 8443
2626
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
27+
- name: Start Container Service
28+
if: ${{matrix.ctrmgr == 'podman'}}
29+
run: |
30+
systemctl --user start podman.socket
31+
systemctl --user enable podman.socket
32+
export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock
3433
- name: Versions
3534
run: |
3635
${DOCKER_CMD} -v

0 commit comments

Comments
 (0)