1 parent 43e2cc7 commit e3a5bc1Copy full SHA for e3a5bc1
1 file changed
.github/workflows/django-ci.yml
@@ -31,6 +31,7 @@ jobs:
31
32
- name: Install Dependencies
33
run: |
34
+ cd business_api
35
pip install -r requirements.txt
36
pip install pytest pytest-django pytest-cov
37
@@ -39,10 +40,10 @@ jobs:
39
40
DATABASE_URL: postgres://test_user:test_pass@localhost:5432/test_db
41
run: pytest --cov=products --cov-report=xml
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 }}
+# deploy:
+# needs: test
+# runs-on: ubuntu-latest
+# if: github.ref == 'refs/heads/main'
+# steps:
+# - name: Trigger Render Deployment
49
+# run: curl -X POST ${{ secrets.RENDER_DEPLOY_HOOK }}
0 commit comments