Skip to content

Commit 554d01d

Browse files
committed
fixed env for openapi generation
1 parent c3f0c38 commit 554d01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_gravyvalet_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
REDIS_HOST: redis://localhost:6379
7878
- name: generate-openapi
7979
#if: github.ref == 'refs/heads/master'
80-
run: poetry run python manage.py migrate && poetry run python manage.py openapi
80+
run: poetry run python manage.py openapi
8181
env:
8282
DEBUG: 1
8383
AMQP_BROKER_URL: "amqp://guest:guest@localhost:5672"

0 commit comments

Comments
 (0)