Skip to content

Commit 91aeb82

Browse files
committed
fix test workflow
1 parent c43d97b commit 91aeb82

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
with:
2929
node-version: ${{ matrix.node-version }}
3030
- run: npm i
31+
- run: |
32+
# github actions run out of memory trying to compile these huge files
33+
rm -f node_modules/ace-builds/src*/{mode,worker}-{xquery,jsoniq}.js
3134
- run: npm run build
3235
- run: npm run start-test-server && npm run test
3336

0 commit comments

Comments
 (0)