Skip to content

Commit

Permalink
chore: Apparently github broke docker compose: (#3466)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonswine authored Aug 5, 2024
1 parent 060b2b8 commit bdc0079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- run: yarn --frozen-lockfile
- run: make build
- name: run nginx with /foobar/
run: docker-compose -f scripts/base-url/docker-compose.yaml up -d
run: docker compose -f scripts/base-url/docker-compose.yaml up -d
- name: Cypress run
uses: cypress-io/github-action@v5
with:
Expand Down

0 comments on commit bdc0079

Please sign in to comment.