We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a654ebe commit e050c6fCopy full SHA for e050c6f
.github/workflows/test.yml
@@ -47,12 +47,10 @@ jobs:
47
with:
48
submodules: false
49
50
- - name: Build and start Docker Compose services
51
- run: bash ./setup_github.sh && docker compose -f docker-compose.yaml up --build -d
52
-
53
- name: Run E2E tests
54
uses: cypress-io/github-action@v6
55
+ build: bash ./setup_github.sh && docker compose up --build -d
56
config: pageLoadTimeout=100000,baseUrl=http://localhost:8089
57
working-directory: test/
58
0 commit comments