Skip to content

Commit a923d93

Browse files
committed
Do not error out if there is no pod to stop in the last Podman test job step
1 parent 94d6ebe commit a923d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/podman-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
if: ${{ always() }}
3131
run: |
3232
podman pod ls --format '{{.Name}}' | xargs -I '{}' podman pod inspect '{}'
33-
podman pod ls --format '{{.Name}}' | xargs podman pod stop
33+
podman pod ls --format '{{.Name}}' | xargs podman pod stop || true

0 commit comments

Comments
 (0)