We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824a087 commit 18a9343Copy full SHA for 18a9343
.github/workflows/node.js.yml
@@ -31,4 +31,5 @@ jobs:
31
cache-dependency-path: '**/package-lock.json'
32
- run: npm ci
33
- run: NODE_OPTIONS=--max_old_space_size=8192 npm run build --if-present
34
+ - run: npx jest --clearCache
35
- run: npm run test --if-present
0 commit comments