Skip to content

Commit 3a52204

Browse files
set image and compose file in the whole test job
1 parent 8a130ab commit 3a52204

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
runs-on: ubuntu-latest
5050
needs:
5151
- build
52+
env:
53+
COMPOSE_FILE: docker-compose.yml:docker-compose.ci.yml
54+
DOCKER_APP_IMAGE: ${{ needs.build.outputs.build-image }}
5255
steps:
5356
- name: Checkout code
5457
uses: actions/checkout@v4
@@ -77,9 +80,6 @@ jobs:
7780

7881
- name: Run the tests
7982
run: bin/test | tee "${ARTIFACTS_DIR}/test.out"
80-
env:
81-
COMPOSE_FILE: docker-compose.yml:docker-compose.ci.yml
82-
DOCKER_APP_IMAGE: ${{ needs.build.outputs.build-image }}
8383

8484
- name: Collect additional artifacts
8585
if: ${{ always() }}

0 commit comments

Comments
 (0)