We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f0c38 commit 554d01dCopy full SHA for 554d01d
.github/workflows/run_gravyvalet_tests.yml
@@ -77,7 +77,7 @@ jobs:
77
REDIS_HOST: redis://localhost:6379
78
- name: generate-openapi
79
#if: github.ref == 'refs/heads/master'
80
- run: poetry run python manage.py migrate && poetry run python manage.py openapi
+ run: poetry run python manage.py openapi
81
env:
82
DEBUG: 1
83
AMQP_BROKER_URL: "amqp://guest:guest@localhost:5672"
0 commit comments