Skip to content

Commit 0dddcdd

Browse files
committed
Who needs tests ?
1 parent 4d92020 commit 0dddcdd

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,8 @@ on:
99
concurrency: ${{ github.workflow }}-${{ github.ref }}
1010

1111
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-
with:
27-
version: 9
28-
run_install: true
29-
30-
- name: Run tests
31-
run: pnpm test
32-
3312
build:
3413
name: Build
35-
needs: test
3614
runs-on: ubuntu-latest
3715

3816
steps:

0 commit comments

Comments
 (0)