Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Oct 22, 2024
1 parent 549aa34 commit 078e6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# create log & bin dir if missing
- run: mkdir -p $LOG_DIR
- run: mkdir -p $BIN_DIR
- run: docker compose -f containers/docker-compose.yml up -d > $COMPOSE_LOG
- 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
- name: Install clojure tools
Expand Down

0 comments on commit 078e6cf

Please sign in to comment.