We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d010e48 commit 436bb17Copy full SHA for 436bb17
.github/workflows/run_gravyvalet_tests.yml
@@ -74,3 +74,11 @@ jobs:
74
POSTGRES_USER: postgres
75
SECRET_KEY: oh-so-secret
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
80
+ - name: upload-artifact
81
82
+ uses: actions/upload-artifact@v4
83
+ with:
84
+ path: 'openapi.yml'
0 commit comments