Skip to content

Commit e050c6f

Browse files
committed
trying to add the docker up as the cypress build step
1 parent a654ebe commit e050c6f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,10 @@ jobs:
4747
with:
4848
submodules: false
4949

50-
- name: Build and start Docker Compose services
51-
run: bash ./setup_github.sh && docker compose -f docker-compose.yaml up --build -d
52-
5350
- name: Run E2E tests
5451
uses: cypress-io/github-action@v6
5552
with:
53+
build: bash ./setup_github.sh && docker compose up --build -d
5654
config: pageLoadTimeout=100000,baseUrl=http://localhost:8089
5755
working-directory: test/
5856

0 commit comments

Comments
 (0)