Skip to content

Commit e3a5bc1

Browse files
Update django-ci.yml
1 parent 43e2cc7 commit e3a5bc1

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/django-ci.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131

3232
- name: Install Dependencies
3333
run: |
34+
cd business_api
3435
pip install -r requirements.txt
3536
pip install pytest pytest-django pytest-cov
3637
@@ -39,10 +40,10 @@ jobs:
3940
DATABASE_URL: postgres://test_user:test_pass@localhost:5432/test_db
4041
run: pytest --cov=products --cov-report=xml
4142

42-
deploy:
43-
needs: test
44-
runs-on: ubuntu-latest
45-
if: github.ref == 'refs/heads/main'
46-
steps:
47-
- name: Trigger Render Deployment
48-
run: curl -X POST ${{ secrets.RENDER_DEPLOY_HOOK }}
43+
# deploy:
44+
# needs: test
45+
# runs-on: ubuntu-latest
46+
# if: github.ref == 'refs/heads/main'
47+
# steps:
48+
# - name: Trigger Render Deployment
49+
# run: curl -X POST ${{ secrets.RENDER_DEPLOY_HOOK }}

0 commit comments

Comments
 (0)