From 67ae2ef39fb6f0a6cd2aef1a4061e43051623735 Mon Sep 17 00:00:00 2001 From: Yuliang Weng Date: Thu, 14 Oct 2021 16:11:56 +0100 Subject: [PATCH] ci: increase node memory --- .github/workflows/deploy-qa.yml | 2 +- tests/websitePaths.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-qa.yml b/.github/workflows/deploy-qa.yml index 8f9d5322f..e8182e199 100644 --- a/.github/workflows/deploy-qa.yml +++ b/.github/workflows/deploy-qa.yml @@ -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 }} diff --git a/tests/websitePaths.json b/tests/websitePaths.json index 1809cdf18..a91a528f4 100644 --- a/tests/websitePaths.json +++ b/tests/websitePaths.json @@ -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",