Skip to content

Commit e86a9be

Browse files
committed
Test only no reload
1 parent c56fbbb commit e86a9be

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/tests.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)