We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 128f1bb commit b6934efCopy full SHA for b6934ef
.github/workflows/build-test.yaml
@@ -25,7 +25,7 @@ jobs:
25
AUTHNZ_HTTPS_PORT: 8443
26
steps:
27
- name: Start Container Service
28
- if: ${{matrix.ctrmgr}} == 'podman'
+ if: ${{matrix.ctrmgr == 'podman'}}
29
run: |
30
systemctl --user start podman.socket
31
systemctl --user enable podman.socket
0 commit comments