Skip to content

Commit 2b52f64

Browse files
authored
Update deploy.yml
1 parent dab6ddb commit 2b52f64

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

.github/workflows/deploy.yml

+1-25
Original file line numberDiff line numberDiff line change
@@ -7,40 +7,16 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
test:
11-
runs-on: ubuntu-latest
12-
steps:
13-
- name: Checkout
14-
uses: actions/checkout@v4.1.7
15-
16-
- name: Install pnpm
17-
uses: pnpm/action-setup@v4
18-
with:
19-
version: 9.9.0
20-
21-
- name: Install Node.js
22-
uses: actions/setup-node@v3
23-
with:
24-
node-version: 20
25-
cache: 'pnpm'
26-
27-
- name: Install dependencies
28-
run: pnpm install
29-
30-
- name: Run tests
31-
run: pnpm test
32-
3310
build:
3411
runs-on: ubuntu-latest
35-
needs: test
3612
steps:
3713
- name: Checkout
3814
uses: actions/checkout@v4.1.7
3915

4016
- name: Install pnpm
4117
uses: pnpm/action-setup@v4
4218
with:
43-
version: 9.5.0
19+
version: 9.9.0
4420

4521
- name: Install Node.js
4622
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)