Skip to content

Commit d2cd8bc

Browse files
committed
update: zappa CI 스크립트 작성 (zappa 의존성 추가)
1 parent 93f618c commit d2cd8bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy_on_dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
source ./zappa-env/bin/activate
5454
python -m pip install --upgrade pip
5555
pip install pytest
56+
pip install zappa
5657
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
5758
5859
# Pull request dose not get the gitub action secrets

0 commit comments

Comments
 (0)