Skip to content

Commit

Permalink
ci: bump memory in pod
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas committed Aug 15, 2023
1 parent 7911df8 commit c5b3207
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,7 @@ jobs:

- name: 'Deploy affected apps to Fusion CI'
shell: bash
env:
#Runs out of memory when bundling more apps otherwise even though concurrency is 1
NODE_OPTIONS: '--max_old_space_size=4096'
run: npx turbo run pr:deploy --since origin/main --concurrency 1 -- --token ${{ env.FUSION_TOKEN }} --pr ${{ github.event.pull_request.number }}

0 comments on commit c5b3207

Please sign in to comment.