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 1a85593 commit 865bc4bCopy full SHA for 865bc4b
.github/workflows/test-build.yml
@@ -10,17 +10,23 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v3
13
+
14
- name: Setup pnpm
15
uses: pnpm/action-setup@v2
16
with:
17
version: 7
18
19
- name: Set node version to 16
20
uses: actions/setup-node@v3
21
22
node-version: 16
23
cache: pnpm
24
25
- run: pnpm install
26
27
- name: Run typecheck
28
run: pnpm run typecheck
29
30
- name: Run tests
- run: pnpm run test
31
+ run: pnpm run test
32
0 commit comments