Skip to content

Commit d6561e2

Browse files
Nathan ParkerNathan Parker
authored andcommitted
increasing github runner memory to handle tests
1 parent 9a154b3 commit d6561e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Run flake8
4141
run: |
42-
flake8 src/ --count --select=E9,F63,F7,F82 --show-source --statistics
42+
flake8 src/ --count --select=E9,F63,F7,F8Gi --show-source --statistics
4343
flake8 src/ --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4444
4545
- name: Check code formatting with black
@@ -408,7 +408,7 @@ jobs:
408408
409409
# Add remaining deployment options
410410
DEPLOY_ARGS+=(
411-
"--memory" "1Gi"
411+
"--memory" "2Gi"
412412
"--cpu" "2"
413413
"--timeout" "300"
414414
"--max-instances" "100"

0 commit comments

Comments
 (0)