Skip to content

Commit

Permalink
Fix smoke-test
Browse files Browse the repository at this point in the history
  • Loading branch information
tooky committed Sep 7, 2023
1 parent 201d30d commit 0f45d3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,15 +172,15 @@ jobs:
KOSLI_API_TOKEN: any-token-will-do
run:
docker run -e KOSLI_API_TOKEN
-e KOSLI_ORG -it --rm ${{ env.IMAGE }}:${{ inputs.tag }}
-e KOSLI_ORG --rm ${{ env.IMAGE }}:${{ inputs.tag }}
list environments

- name: Report Docker smoke test evidence to Kosli
env:
KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }}
KOSLI_ORG: kosli
SMOKE_TEST_OUTCOME: ${{ steps.smoke-test.outcome}}
run:
run: |
if [ $SMOKE_TEST_OUTCOME = success ]
then
export SMOKE_TEST_PASSED=true
Expand Down

0 comments on commit 0f45d3f

Please sign in to comment.