Skip to content

Commit

Permalink
Merge pull request #1982 from daveajrussell/update-docker-compose-cmd
Browse files Browse the repository at this point in the history
Updates sso e2e tests workflow action to use v2 compose command
  • Loading branch information
daveajrussell authored Oct 23, 2024
2 parents 7cbd9d5 + 81dd1f3 commit 8ea93d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-sso-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- 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
- name: Setup Keycloak and Neo4j
working-directory: ./docker/sso-keycloak
run: docker-compose -f docker-compose.yml up -d --remove-orphans
run: docker compose -f docker-compose.yml up -d --remove-orphans
- name: Wait for Keycloak and Neo4j config containers to finish
run: sleep 90
- run: npx serve -l 8080 dist & npm run wait-on-neo4j && yarn wait-on-dev
Expand Down

0 comments on commit 8ea93d0

Please sign in to comment.