Skip to content

Commit c71f9d7

Browse files
committed
wip: change the wait-on value to use localhost
1 parent aed75d9 commit c71f9d7

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/build-test-lint.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,8 @@ jobs:
3232
- name: Cypress e2e
3333
uses: cypress-io/github-action@v6
3434
with:
35-
# cypress:
36-
# runs-on: ubuntu-22.04
37-
# steps:
38-
# - name: Checkout
39-
# uses: actions/checkout@v4
40-
# - name: Cypress e2e
41-
# uses: cypress-io/github-action@v6
42-
# - name: Cypress component
43-
# uses: cypress-io/github-action@v6
44-
# with:
45-
# component: true
46-
start: yarn start
47-
wait-on: 'http://web:3000'
35+
start: next start
36+
wait-on: 'http://localhost:3000'
4837
- name: Cypress component
4938
uses: cypress-io/github-action@v6
5039
with:

0 commit comments

Comments
 (0)