Skip to content

Commit 99b05bd

Browse files
authored
Update build.yml
1 parent 2fd7a78 commit 99b05bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ jobs:
1717
with:
1818
node-version: 16
1919
- run: npm install --force
20-
- run: |
20+
21+
- name: Test
22+
continue-on-error: true
23+
run: |
2124
export NODE_OPTIONS="--max_old_space_size=4096"
2225
npm test
2326

0 commit comments

Comments
 (0)