Skip to content

Commit c5e7efb

Browse files
committed
moving the docker compose up to another step
1 parent e050c6f commit c5e7efb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,15 @@ jobs:
4747
with:
4848
submodules: false
4949

50+
- name: Build and start Docker Compose services
51+
run: bash ./setup_github.sh && docker compose up --build -d
52+
53+
- name: check dns is working
54+
run: netstat
55+
5056
- name: Run E2E tests
5157
uses: cypress-io/github-action@v6
5258
with:
53-
build: bash ./setup_github.sh && docker compose up --build -d
5459
config: pageLoadTimeout=100000,baseUrl=http://localhost:8089
5560
working-directory: test/
5661

0 commit comments

Comments
 (0)