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 4d92020 commit 0dddcddCopy full SHA for 0dddcdd
.github/workflows/build.yml
@@ -9,30 +9,8 @@ on:
9
concurrency: ${{ github.workflow }}-${{ github.ref }}
10
11
jobs:
12
- test:
13
- name: Test
14
- runs-on: ubuntu-latest
15
-
16
- steps:
17
- - uses: actions/checkout@v4
18
19
- - name: Use Node.js
20
- uses: actions/setup-node@v4
21
- with:
22
- node-version: "20"
23
24
- - name: Install pnpm
25
- uses: pnpm/action-setup@v3
26
27
- version: 9
28
- run_install: true
29
30
- - name: Run tests
31
- run: pnpm test
32
33
build:
34
name: Build
35
- needs: test
36
runs-on: ubuntu-latest
37
38
steps:
0 commit comments