We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78be189 commit 23d475bCopy full SHA for 23d475b
1 file changed
.github/workflows/tests.yml
@@ -37,6 +37,9 @@ jobs:
37
- name: Run unit tests
38
run: pnpm --filter tests unit:ci
39
40
+ - name: Run start unit tests
41
+ run: pnpm --filter @solidjs/start test:ci
42
+
43
- name: E2E Chromium
44
uses: cypress-io/github-action@v6
45
with:
0 commit comments