File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -69,15 +69,15 @@ jobs:
69
69
chmod 775 ./update_secrets.sh
70
70
./update_secrets.sh
71
71
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 .
81
81
82
82
- name : Configure AWS Credentials
83
83
uses : aws-actions/configure-aws-credentials@v1
Original file line number Diff line number Diff line change @@ -67,15 +67,15 @@ jobs:
67
67
chmod 775 ./update_secrets.sh
68
68
./update_secrets.sh
69
69
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 .
79
79
80
80
- name : Configure AWS Credentials
81
81
uses : aws-actions/configure-aws-credentials@v1
You can’t perform that action at this time.
0 commit comments