Skip to content

Commit

Permalink
more memory for the cli tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thantos committed Oct 17, 2023
1 parent 048b15a commit c528f56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ jobs:
test-runtime:
needs: [build]
concurrency: pr-test-runtime
runs-on: ubuntu-latest
runs-on:
labels: ubuntu-latest-m
permissions:
contents: write
id-token: write
env:
NODE_OPTIONS: "--max-old-space-size=12096"
CI: "true"
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c528f56

Please sign in to comment.