Skip to content

Commit 77c69e3

Browse files
committed
Fix GHA openapi generation
1 parent 3051066 commit 77c69e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
steps:
9393
- uses: taiki-e/install-action@just
9494
- uses: actions/checkout@v4
95+
- run: just prefer docker
9596
- name: Generate OpenAPI schema (correct)
9697
run: just openapi 2> spectacular.log > schema.yaml || (cat spectacular.log; exit 1)
9798
- name: Generate OpenAPI schema (split)

0 commit comments

Comments
 (0)