git: Try fix Coveralls heap out of memory

This commit is contained in:
Nik
2023-06-17 15:02:53 +02:00
committed by GitHub
parent 3ad1f3969f
commit 8f8ad0e2d5

View File

@@ -66,6 +66,8 @@ jobs:
- name: ⬆️ Upload Coverage Report - name: ⬆️ Upload Coverage Report
uses: coverallsapp/github-action@master uses: coverallsapp/github-action@master
env:
NODE_OPTIONS: --max-old-space-size=8000
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: tests/build/coverage.info path-to-lcov: tests/build/coverage.info