Skip to content

Commit

Permalink
fix: pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroerta committed May 26, 2022
1 parent ec17f22 commit 5fd8b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: yarn reset

- name: Run tests
run: export NODE_OPTIONS="--max-old-space-size=8192" yarn test:coverage
run: NODE_OPTIONS="--max-old-space-size=8192" yarn test:coverage

- name: Codecov
uses: codecov/codecov-action@v1.5.0
Expand Down

0 comments on commit 5fd8b3b

Please sign in to comment.