Skip to content

Commit

Permalink
fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Nov 5, 2024
1 parent 0d2ee15 commit 7ecf62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusuable_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
- name: Merge Docker Compose files
env:
OVERRIDE_COMPOSE_PATH: test/${{ matrix.edition }}-override.yaml
run: docker compose -f ${{ steps.set-compose-path.outputs.UPSTREAM_COMPOSE_PATH }} -f ${{ env.OVERRIDE_COMPOSE_PATH }} config > ${{ env.MERGED_COMPOSE_PATH }}
run: docker compose -f ${{ env.UPSTREAM_COMPOSE_PATH }} -f ${{ env.OVERRIDE_COMPOSE_PATH }} config > ${{ env.MERGED_COMPOSE_PATH }}

- name: Verify docker-compose (${{ matrix.edition }})
id: verify_compose
Expand Down

0 comments on commit 7ecf62b

Please sign in to comment.