Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
snaselj committed Oct 16, 2023
1 parent f16ab15 commit 4a22584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr-qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
qa:
runs-on: "ubuntu-22.04"
env:
COMPOSE_FILE: development/compose.yaml
IMAGE_PREFIX: "ghcr.io/${{ github.repository }}"
IMAGE_TAG: "${{ github.sha }}"
TARGET_WORKDIR: "/${{ github.repository }}"
Expand All @@ -22,7 +23,6 @@ jobs:
- name: "QA"
run: |
docker compose \
--env-file=development/default.env \
up \
--exit-code-from=qa \
--no-color \
Expand Down

0 comments on commit 4a22584

Please sign in to comment.