Skip to content

Commit c4a4056

Browse files
committed
Test workflow cleanup
1 parent 04b84ee commit c4a4056

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/build-test.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@ jobs:
2424
AUTHNZ_PORT: 8084
2525
AUTHNZ_HTTPS_PORT: 8443
2626
steps:
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
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
3334
- name: Versions
3435
run: |
3536
${DOCKER_CMD} -v

0 commit comments

Comments
 (0)