Skip to content

Commit

Permalink
Fix Github CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-frak committed May 10, 2022
1 parent 96b8103 commit ca82b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Start containers
working-directory: docker
run: docker-compose up -d --build && ./wait-until "curl -sLf -o /dev/null http://localhost:8024/auth/realms/master" 600
run: docker-compose up -d --build && ./wait-until "curl -sLf -o /dev/null http://localhost:8024/realms/master" 600

- name: Install node
uses: actions/setup-node@v1
Expand Down

0 comments on commit ca82b79

Please sign in to comment.