Skip to content

Commit

Permalink
fix(e2e): Make docker compose work
Browse files Browse the repository at this point in the history
  • Loading branch information
rkettelerij committed Aug 6, 2024
1 parent cdc36ef commit 8d23f0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
driver: docker
- name: Verify Docker install
run: docker-compose --version
run: docker compose --version
- name: Build test image
uses: docker/build-push-action@v5
with:
Expand All @@ -24,9 +24,9 @@ jobs:
# E2E Test
- name: E2E Test => OGC API Features with Azure GeoPackage
run: |
docker-compose -f ./examples/docker-compose-features-azure.yaml pull \
docker compose -f ./examples/docker-compose-features-azure.yaml pull \
&& \
docker-compose -f ./examples/docker-compose-features-azure.yaml up \
docker compose -f ./examples/docker-compose-features-azure.yaml up \
--no-build --exit-code-from smoketest

- name: Start GoKoala test instance
Expand Down

0 comments on commit 8d23f0b

Please sign in to comment.