mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
Attempt to set node options for circleci testing?
This commit is contained in:
@@ -152,7 +152,11 @@ jobs:
|
||||
- *restore_yarn_cache
|
||||
- run: cd client && yarn install --frozen-lockfile
|
||||
- *save_yarn_cache
|
||||
- run: cd client && yarn run build
|
||||
- run:
|
||||
name: Build client
|
||||
command: cd client && yarn run build
|
||||
environment:
|
||||
NODE_OPTIONS: --max_old_space_size=4096
|
||||
- run: cd client && yarn run test
|
||||
js_lint:
|
||||
docker:
|
||||
|
||||
Reference in New Issue
Block a user