Skip to content

Commit 0079093

Browse files
committed
Update: CI에 Django 테스트를 수행하도록 추가
1 parent 66aae15 commit 0079093

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy_on_dev.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ jobs:
6969
run: |
7070
./update_secrets.sh
7171
72+
- name: Test with Django Test
73+
run: |
74+
source ./pyconweb2022-zappa/bin/activate
75+
cd pyconweb2022
76+
python manage.py test
77+
7278
- name: Test with pytest
7379
run: |
7480
source ./pyconweb2022-zappa/bin/activate

0 commit comments

Comments
 (0)