Skip to content

Commit

Permalink
chore: increase memory for github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jometzner committed Jun 21, 2021
1 parent 8918c67 commit d109531
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:

- name: Compile Angular
run: npm run ng -- build --aot
env:
NODE_OPTIONS: --max_old_space_size=8192

- name: Compile Unit Tests
run: npx tsc -p tsconfig.all.json
Expand Down
1 change: 1 addition & 0 deletions Dockerfile_reports
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM node:14 as reporting
WORKDIR /workspace
ENV CI=true
ENV NODE_OPTIONS="--max_old_space_size=8192"
COPY . /workspace/
RUN npm i --ignore-scripts
RUN npm run postinstall
Expand Down

0 comments on commit d109531

Please sign in to comment.