Skip to content

Commit

Permalink
Fail if imap-backup help doesn't product the expected output
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyates committed Nov 3, 2023
1 parent c9f26ec commit 27de987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27de987

Please sign in to comment.