Skip to content

Commit e9e04e5

Browse files
fix: cicd remove the memory verification from prod and dev env
1 parent 01b9bd3 commit e9e04e5

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/dev.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
- name: INSTALLING DEPENDENCIES
2525
run: |
2626
npm install
27-
- name: CHECKER MEMORY
28-
run: |
29-
npm run check-memory
3027
- name: BUILD
3128
run: |
3229
export NODE_OPTIONS="--max-old-space-size=8120"

.github/workflows/prod.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
- name: INSTALLING DEPENDENCIES
2525
run: |
2626
npm install
27-
- name: CHECKER MEMORY
28-
run: |
29-
npm run check-memory
3027
- name: BUILD
3128
run: |
3229
export NODE_OPTIONS="--max-old-space-size=8120"

0 commit comments

Comments
 (0)