Skip to content

Commit

Permalink
tests: change default stack size for test-reporter and hope for the best
Browse files Browse the repository at this point in the history
  • Loading branch information
damageboy committed Oct 31, 2023
1 parent 2174912 commit e640523
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ jobs:
- name: Test Report
uses: dorny/test-reporter@v1
if: steps.check_cpu.outputs.has_avx2 == 1 || steps.check_cpu.outputs.has_avx512 == 1
env:
NODE_OPTIONS: --max-old-space-size=4096
with:
name: tests/${{ matrix.config.name}}
path: build/tests/junit/*.xml
Expand Down

0 comments on commit e640523

Please sign in to comment.