Skip to content

Commit a3ce07f

Browse files
Merge branch 'development' and resolve yarn.lock conflict
2 parents cd1aab6 + 18476b6 commit a3ce07f

62 files changed

Lines changed: 35039 additions & 4204 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)