Skip to content

Commit

Permalink
ci: optimize GitHub Actions workflow with memory settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkan-deriv committed Dec 24, 2024
1 parent 5d55913 commit 095a4f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ jobs:

- name: Install dependencies
run: npm ci
env:
NODE_OPTIONS: "--max-old-space-size=4096"

- name: Run tests
run: npm test
env:
NODE_OPTIONS: "--max-old-space-size=4096"

- name: Upload test results
if: always()
Expand Down

0 comments on commit 095a4f5

Please sign in to comment.