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 dc2be19 commit af47f15
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 @@ -25,7 +25,7 @@ jobs:
run: echo "GITHUB_HASH=${{ github.sha }}" >> .env

- name: Migration Integrity Check
run: ${{ env.DOCKER_COMPOSE_CMD }} run --no-deps appserver bin/migration-integrity-check
run: ${{ env.DOCKER_COMPOSE_CMD }} run --no-deps --entrypoint "bin/migration-integrity-check" appserver

- name: Linting and code style
run: |-
Expand Down

0 comments on commit af47f15

Please sign in to comment.