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 c0841a7 commit 81dd1f3Copy full SHA for 81dd1f3
.github/workflows/pr-sso-tests.yml
@@ -23,7 +23,7 @@ jobs:
23
- 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
24
- name: Setup Keycloak and Neo4j
25
working-directory: ./docker/sso-keycloak
26
- run: docker-compose -f docker-compose.yml up -d --remove-orphans
+ run: docker compose -f docker-compose.yml up -d --remove-orphans
27
- name: Wait for Keycloak and Neo4j config containers to finish
28
run: sleep 90
29
- run: npx serve -l 8080 dist & npm run wait-on-neo4j && yarn wait-on-dev
0 commit comments