Skip to content

Commit 998a108

Browse files
committed
removing waiting
1 parent 74248cf commit 998a108

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ jobs:
5353
- name: check dns is working
5454
run: netstat -tulpn # Use -tulpn to show TCP/UDP listeners
5555

56-
- name: Wait for services to be ready
57-
run: |
58-
# Wait for nginx to be ready
59-
timeout 60s bash -c 'while ! curl -s http://localhost:8089 > /dev/null; do sleep 1; done'
60-
6156
- name: Run E2E tests
6257
uses: cypress-io/github-action@v6
6358
with:

0 commit comments

Comments
 (0)