File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -34,18 +34,18 @@ jobs:
3434 build : yarn playground:build
3535 start : yarn playground:start
3636 env : env=ci
37- - name : Test develop admin watch
38- uses : cypress-io/github-action@v2
39- with :
40- build : yarn playground:build
41- start : yarn playground:dev
42- env : env=watch
43- - name : Test develop soft watch
44- uses : cypress-io/github-action@v2
45- with :
46- build : yarn playground:build
47- start : yarn playground:dev
48- env : env=develop
37+ # - name: Test develop admin watch
38+ # uses: cypress-io/github-action@v2
39+ # with:
40+ # build: yarn playground:build
41+ # start: yarn playground:dev
42+ # env: env=watch
43+ # - name: Test develop soft watch
44+ # uses: cypress-io/github-action@v2
45+ # with:
46+ # build: yarn playground:build
47+ # start: yarn playground:dev
48+ # env: env=develop
4949 - name : Test production
5050 uses : cypress-io/github-action@v2
5151 with :
You can’t perform that action at this time.
0 commit comments