Skip to content

Commit e53aa87

Browse files
committed
ci: it's more like 'verify' than 'test'
1 parent fa11155 commit e53aa87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
playground
4343
retention-days: 3
4444

45-
test-build:
45+
verify-build:
4646
needs: build
4747
strategy:
4848
matrix:
@@ -78,7 +78,7 @@ jobs:
7878
working-directory: ./playground
7979
run: pnpm --filter "*" build
8080

81-
# test-vitest:
81+
# verify-vitest:
8282
# # needs: build
8383
# strategy:
8484
# matrix:
@@ -115,7 +115,7 @@ jobs:
115115
# # working-directory: ../playground
116116
# # run: pnpm --filter "{*with-tests*}" test:unit
117117

118-
# test-e2e:
118+
# verify-e2e:
119119
# needs: build
120120
# strategy:
121121
# matrix:
@@ -200,5 +200,5 @@ jobs:
200200
# # FIXME: Cypress component testing for projects without Vitest
201201

202202

203-
# # FIXME: test-lint
203+
# # FIXME: verify-lint
204204
# # `pnpm lint --no-fix --max-warnings=0`

0 commit comments

Comments
 (0)