Skip to content

Commit 6dea40d

Browse files
committed
update: github action 스크립트 수정 (테스트 비활성화)
1 parent 880cd2c commit 6dea40d

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

.github/workflows/deploy_on_dev.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ jobs:
6969
chmod 775 ./update_secrets.sh
7070
./update_secrets.sh
7171
72-
- name: Test with Django Test
73-
run: |
74-
source ./zappa-env/bin/activate
75-
python manage.py test
76-
77-
- name: Test with pytest
78-
run: |
79-
source ./zappa-env/bin/activate
80-
pytest .
72+
# - name: Test with Django Test
73+
# run: |
74+
# source ./zappa-env/bin/activate
75+
# python manage.py test
76+
#
77+
# - name: Test with pytest
78+
# run: |
79+
# source ./zappa-env/bin/activate
80+
# pytest .
8181

8282
- name: Configure AWS Credentials
8383
uses: aws-actions/configure-aws-credentials@v1

.github/workflows/deploy_on_prod.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ jobs:
6767
chmod 775 ./update_secrets.sh
6868
./update_secrets.sh
6969
70-
- name: Test with Django Test
71-
run: |
72-
source ./zappa-env/bin/activate
73-
python manage.py test
74-
75-
- name: Test with pytest
76-
run: |
77-
source ./zappa-env/bin/activate
78-
pytest .
70+
# - name: Test with Django Test
71+
# run: |
72+
# source ./zappa-env/bin/activate
73+
# python manage.py test
74+
#
75+
# - name: Test with pytest
76+
# run: |
77+
# source ./zappa-env/bin/activate
78+
# pytest .
7979

8080
- name: Configure AWS Credentials
8181
uses: aws-actions/configure-aws-credentials@v1

0 commit comments

Comments
 (0)