Skip to content

Commit dbe55bc

Browse files
committed
Remove additional tests in ci
1 parent e86a9be commit dbe55bc

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,6 @@ 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
49-
- name: Test production
50-
uses: cypress-io/github-action@v2
51-
with:
52-
build: yarn playground:build
53-
start: yarn playground:dev
54-
env: env=ci
5537
- uses: actions/upload-artifact@v1
5638
if: failure()
5739
with:

0 commit comments

Comments
 (0)