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 fa11155 commit e53aa87Copy full SHA for e53aa87
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
playground
43
retention-days: 3
44
45
- test-build:
+ verify-build:
46
needs: build
47
strategy:
48
matrix:
@@ -78,7 +78,7 @@ jobs:
78
working-directory: ./playground
79
run: pnpm --filter "*" build
80
81
- # test-vitest:
+ # verify-vitest:
82
# # needs: build
83
# strategy:
84
# matrix:
@@ -115,7 +115,7 @@ jobs:
115
# # working-directory: ../playground
116
# # run: pnpm --filter "{*with-tests*}" test:unit
117
118
- # test-e2e:
+ # verify-e2e:
119
# needs: build
120
121
@@ -200,5 +200,5 @@ jobs:
200
# # FIXME: Cypress component testing for projects without Vitest
201
202
203
- # # FIXME: test-lint
+ # # FIXME: verify-lint
204
# # `pnpm lint --no-fix --max-warnings=0`
0 commit comments