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