Skip to content

Commit

Permalink
fix integration check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Skitionek committed Apr 3, 2024
1 parent ba2b267 commit 9122efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: build
run: |
${{ env.DOCKER_COMPOSE_CMD }} build --build-arg DEV=True appserver
echo "image_hash=$(docker images | awk '{print $3}' | awk 'NR==2')" > $GITHUB_OUTPUT
echo "image_hash=$(docker images | awk '{print $3}' | awk 'NR==2')" | tee $GITHUB_OUTPUT
- name: Migration Integrity Check
run: docker run ${{ steps.build.outputs.image_hash }} bin/migration-integrity-check
Expand Down

0 comments on commit 9122efb

Please sign in to comment.