We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b52986 commit c41f250Copy full SHA for c41f250
.github/workflows/run-integration-tests-postgresql.yml
@@ -35,7 +35,7 @@ jobs:
35
run: docker compose -f "compas/docker-compose-postgresql.yml" up -d --build
36
env:
37
COMPAS_HOSTNAME: compas-reverse-proxy-1
38
- CONFIGURATION_LOCATION: ./nginx.conf
+ CONFIGURATION_LOCATION: /nginx.conf
39
40
- name: Wait until containers started
41
run: sh ./bin/docker-wait-on-containers.sh
0 commit comments