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 e86a9be commit dbe55bcCopy full SHA for dbe55bc
.github/workflows/tests.yml
@@ -34,24 +34,6 @@ jobs:
34
build: yarn playground:build
35
start: yarn playground:start
36
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
45
46
47
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
55
- uses: actions/upload-artifact@v1
56
if: failure()
57
with:
0 commit comments