Skip to content

Commit 69ca87b

Browse files
committed
debug: Try compatibility mode
Signed-off-by: Christopher Lepski <[email protected]>
1 parent b5fd8c9 commit 69ca87b

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
@@ -32,7 +32,7 @@ jobs:
3232
uses: docker/setup-buildx-action@v3
3333

3434
- name: Start containers
35-
run: docker compose -f "compas/docker-compose-postgresql.yml" up -d --build
35+
run: docker compose -f "compas/docker-compose-postgresql.yml" up -d --build --compatibility
3636
env:
3737
COMPAS_HOSTNAME: compas_reverse-proxy_1
3838
CONFIGURATION_LOCATION: /nginx.conf

0 commit comments

Comments
 (0)