Skip to content

Commit 0994283

Browse files
Update integration-tests.yml
1 parent a585f90 commit 0994283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@v2
4343

4444
- name: Set integration-test mode
45-
run: docker/setEnv.sh integration_tests
45+
run: ln -s docker-compose.override.integration_tests.yml docker-compose.override.yml
4646

4747
# Pull the latest image to build, and avoid caching pull-only images.
4848
# (docker pull is faster than caching in most cases.)

0 commit comments

Comments
 (0)