We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dbe4b1 commit 71a9c4cCopy full SHA for 71a9c4c
.github/workflows/build.yml
@@ -122,8 +122,8 @@ jobs:
122
123
- name: Smoke Test
124
run: |
125
- uvx --from . --python 3.13 bowtie smoke -i "localhost/${{ steps.build_image.outputs.image-with-tag }}" --format json
126
- uvx --from . --python 3.13 bowtie smoke -i "localhost/${{ steps.build_image.outputs.image-with-tag }}" --format markdown >> $GITHUB_STEP_SUMMARY
+ uvx --python 3.13 bowtie smoke -i "localhost/${{ steps.build_image.outputs.image-with-tag }}" --format json
+ uvx --python 3.13 bowtie smoke -i "localhost/${{ steps.build_image.outputs.image-with-tag }}" --format markdown >> $GITHUB_STEP_SUMMARY
127
128
- name: Log in to ghcr.io
129
uses: redhat-actions/podman-login@v1
0 commit comments