Skip to content

Commit

Permalink
Update CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
charalamm committed Aug 4, 2023
1 parent 52679a2 commit 41fd310
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
pre-commit run --all-files
- name: Launch services
run: docker-compose up -d stac raster vector
run: docker compose up -d stac raster vector

- name: install lib postgres
run: |
Expand Down Expand Up @@ -67,8 +67,8 @@ jobs:
# see https://github.com/developmentseed/tipg/issues/37
- name: Restart the Vector service
run: |
docker-compose stop vector
docker-compose up -d vector
docker compose stop vector
docker compose up -d vector
- name: Sleep for 10 seconds
run: sleep 10s
Expand All @@ -78,7 +78,7 @@ jobs:
run: python -m pytest .github/workflows/tests/

- name: Stop services
run: docker-compose stop
run: docker compose stop


publish-docker:
Expand Down

0 comments on commit 41fd310

Please sign in to comment.