Skip to content

Commit c285b31

Browse files
committed
Fix failing test
1 parent 6c4d4f9 commit c285b31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
with:
2020
node-version: "lts/*"
2121
- run: npm install
22-
- run: npm run build
23-
- run: npm audit signatures
2422
- name: Run Tests
25-
run: npm test
23+
run: npm run test
2624
- name: TypeScript Check
2725
run: yarn tsc
26+
- run: npm run build
27+
- run: npm audit signatures
2828
- name: Release
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)