Skip to content

Commit

Permalink
ci: increase node memory
Browse files Browse the repository at this point in the history
  • Loading branch information
yld-weng committed Oct 14, 2021
1 parent 757bd30 commit 67ae2ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
git config --local user.name "github-actions[bot]"
- name: Deploy to QA
run: npm run deploy:qa
run: NODE_OPTIONS=--max_old_space_size=4096 npm run deploy:qa
env:
EVENT_API_KEY_1: ${{ secrets.EVENT_API_KEY_1 }}
EVENT_API_KEY_2: ${{ secrets.EVENT_API_KEY_2 }}
Expand Down
8 changes: 4 additions & 4 deletions tests/websitePaths.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"/visualisation",
"/docs/03/09/2021/LearningPath-Statistical-Modelling-3",
"/docs/21/07/2021/Contribute-visualisation",
"/docs/18/03/2021/LearningPath-Statistical-Modeling-1",
"/docs/18/03/2021/LearningPath-Statistical-Modeling-2-more-random-sampling",
"/docs/18/03/2021/LearningPath-Statistical-Modeling",
"/docs/18/03/2021/LearningPath-Statistical-Modeling-2-non-random-sampling",
"/docs/18/03/2021/LearningPath-Statistical-Modeling-2",
"/docs/18/03/2021/LearningPath-Statistical-Modeling-2-optional",
"/docs/18/03/2021/LearningPath-Statistical-Modeling-2",
"/docs/18/03/2021/LearningPath-Statistical-Modeling-1",
"/docs/18/03/2021/LearningPath-Statistical-Modeling-2-non-random-sampling",
"/docs/18/03/2021/LearningPath-Statistical-Modeling-2-more-random-sampling",
"/docs/01/03/2021/Hosting-Shiny-Apps",
"/docs/05/07/2020/LearningPath-Workflow",
"/docs/04/07/2020/LearningPath-Lab",
Expand Down

0 comments on commit 67ae2ef

Please sign in to comment.