Skip to content

Commit 81dd1f3

Browse files
committed
updates docker compose command to v2
1 parent c0841a7 commit 81dd1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-sso-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: sudo apt-get -y install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
2424
- name: Setup Keycloak and Neo4j
2525
working-directory: ./docker/sso-keycloak
26-
run: docker-compose -f docker-compose.yml up -d --remove-orphans
26+
run: docker compose -f docker-compose.yml up -d --remove-orphans
2727
- name: Wait for Keycloak and Neo4j config containers to finish
2828
run: sleep 90
2929
- run: npx serve -l 8080 dist & npm run wait-on-neo4j && yarn wait-on-dev

0 commit comments

Comments
 (0)