Skip to content

Commit 13811fe

Browse files
authored
Merge branch 'development' into Roshini-Seelamsetty-Fix-Global-Volunteer-Network-map-Not-Populating-(Total-Org-Summary-Dashboard)
2 parents 8c5073b + be13abd commit 13811fe

335 files changed

Lines changed: 14543 additions & 35914 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/pull_request_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353
- name: Install Dependencies
5454
run: yarn install --frozen-lockfile
5555
- name: Run Unit Tests for Changed Files Only
56-
run: yarn run test:changed
56+
run: NODE_OPTIONS="--max-old-space-size=4096" yarn run test:changed
5757
- name: Run Lint
5858
run: yarn run lint

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: yarn install
2323

2424
- name: Run tests
25-
run: yarn test
25+
run: NODE_OPTIONS="--max-old-space-size=4096" yarn test
2626

2727
- name: Upload test results
2828
if: failure()

0 commit comments

Comments
 (0)