From 27de9870075b33d65bf7f0f7609c42b035a74e94 Mon Sep 17 00:00:00 2001 From: Joe Yates Date: Fri, 3 Nov 2023 08:34:59 +0100 Subject: [PATCH] Fail if imap-backup help doesn't product the expected output --- .github/workflows/publish-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-image.yaml b/.github/workflows/publish-image.yaml index 725cdb1a..0792f90e 100644 --- a/.github/workflows/publish-image.yaml +++ b/.github/workflows/publish-image.yaml @@ -38,7 +38,7 @@ jobs: # Check that imap-backup runs - name: Test Image - run: podman run ${{ env.IMAGE_NAME }}:latest imap-backup help + run: podman run ${{ env.IMAGE_NAME }}:latest imap-backup help | grep 'Commands:' - name: Publish Image # https://github.com/marketplace/actions/push-to-registry