Skip to content

Commit ad57e84

Browse files
committed
fix: release
1 parent a045a69 commit ad57e84

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/build.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@ jobs:
1212
uses: actions/setup-node@v1
1313
with:
1414
node-version: ${{ matrix.node-version }}
15-
- name: Install
16-
run: npm ci
17-
- name: Test
18-
run: npm test
15+
- run: npm ci
16+
- run: npm test
1917
release:
20-
needs: build
18+
needs: test
2119
runs-on: ubuntu-latest
2220
steps:
2321
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)