Skip to content

Commit

Permalink
es5
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Oct 22, 2024
1 parent 078e6cf commit 6154538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- run: mkdir -p $LOG_DIR
- run: mkdir -p $BIN_DIR
- run: docker compose -f containers/dev/docker-compose.yml up -d > $COMPOSE_LOG
# Wait ES
- run: until curl http://127.0.0.1:9207/; do sleep 1; done
# Wait ES 5
- run: until curl http://127.0.0.1:9205/; do sleep 1; done
- name: Install clojure tools
uses: DeLaGuardo/[email protected]
with:
Expand Down

0 comments on commit 6154538

Please sign in to comment.