Skip to content

Commit

Permalink
use correct output
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 committed May 27, 2024
1 parent 3a99d00 commit 5fea93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.reusable-local-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Output API container status and logs
if: failure()
env:
API_CONTAINER_ID: ${{ steps.run-local-api.outputs.containerId }}
API_CONTAINER_ID: ${{ steps.run-local-api.outputs.container-id }}
run: |
docker inspect $API_CONTAINER_ID | jq '.[0].State'
docker logs $API_CONTAINER_ID
Expand Down

0 comments on commit 5fea93d

Please sign in to comment.