Skip to content

Commit

Permalink
[#500] chore: increase max old space size for test action
Browse files Browse the repository at this point in the history
  • Loading branch information
MSzalowski committed Mar 22, 2024
1 parent 6e6c294 commit b4374d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/code_check_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
node-version-file: "govtool/frontend/.nvmrc"

- name: 🧪 Test
env:
NODE_OPTIONS: "--max_old_space_size=4096"
run: |
npm install
npm run test
Expand Down

0 comments on commit b4374d3

Please sign in to comment.