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 aed75d9 commit c71f9d7Copy full SHA for c71f9d7
.github/workflows/build-test-lint.yml
@@ -32,19 +32,8 @@ jobs:
32
- name: Cypress e2e
33
uses: cypress-io/github-action@v6
34
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
44
- # with:
45
- # component: true
46
- start: yarn start
47
- wait-on: 'http://web:3000'
+ start: next start
+ wait-on: 'http://localhost:3000'
48
- name: Cypress component
49
50
0 commit comments