Skip to content

Commit 8b52986

Browse files
committed
ci: Adjust nginx.conf path
1 parent 15758b9 commit 8b52986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-integration-tests-postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: docker compose -f "compas/docker-compose-postgresql.yml" up -d --build
3636
env:
3737
COMPAS_HOSTNAME: compas-reverse-proxy-1
38-
CONFIGURATION_LOCATION: /nginx.conf
38+
CONFIGURATION_LOCATION: ./nginx.conf
3939

4040
- name: Wait until containers started
4141
run: sh ./bin/docker-wait-on-containers.sh

0 commit comments

Comments
 (0)