We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7830ad8 commit b34e2edCopy full SHA for b34e2ed
.github/workflows/run_gravyvalet_tests.yml
@@ -77,6 +77,14 @@ jobs:
77
- name: generate-openapi
78
#if: github.ref == 'refs/heads/master'
79
run: poetry run python manage.py openapi
80
+ env:
81
+ DEBUG: 1
82
+ AMQP_BROKER_URL: "amqp://guest:guest@localhost:5672"
83
+ POSTGRES_HOST: localhost
84
+ POSTGRES_DB: gravyvalettest
85
+ POSTGRES_USER: postgres
86
+ SECRET_KEY: oh-so-secret
87
+ REDIS_HOST: redis://localhost:6379
88
- name: upload-artifact
89
90
uses: actions/upload-artifact@v4
0 commit comments