Skip to content

Commit

Permalink
fix(ci): publish with a custom testing command
Browse files Browse the repository at this point in the history
  • Loading branch information
tgragnato committed Jan 22, 2024
1 parent 24e787e commit 16aaeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
tags: ${{ env.TEST_TAG }}
- name: Test Docker Image
run: |
docker run --rm ${{ env.TEST_TAG }}
docker run --rm ${{ env.TEST_TAG }} peephole -h
- name: Build and push Docker Image
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 16aaeaa

Please sign in to comment.