Skip to content

Commit

Permalink
TMP: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMind committed May 6, 2024
1 parent 3ea3ac5 commit 04c61ed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/verify-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
id: failure
uses: ./.github/actions/run-docker
with:
image: ${{ steps.build.outputs.image }}
version: ${{ steps.build.outputs.version }}
command: |
run: |
exit 1
continue-on-error: true
- name: Verify failure
Expand All @@ -37,7 +36,7 @@ jobs:
uses: ./.github/actions/run-docker
with:
version: ${{ steps.build.outputs.version }}
command: |
run: |
echo 'this is a question?'
echo 'a * is born'
echo 'wow an array []'
Expand Down

0 comments on commit 04c61ed

Please sign in to comment.