Skip to content

Commit

Permalink
test.yaml: Use kebab-naming instead of snake_case for NODE_OPTIONs
Browse files Browse the repository at this point in the history
…value
  • Loading branch information
hjpotter92 committed Aug 7, 2023
1 parent e3a128a commit a127aa2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:
run: yarn run test

- name: yarn tests with coverage
run: export NODE_OPTIONS=--max_old_space_size=8192 && yarn run coverage
env:
NODE_OPTIONS: "--max-old-space-size=8192"
run: yarn run coverage

- name: Upload coverage reports
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit a127aa2

Please sign in to comment.