We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d1b83 commit 61c7730Copy full SHA for 61c7730
.github/workflows/bootzooka-ci.yml
@@ -28,6 +28,8 @@ jobs:
28
java-version: '21'
29
cache: 'sbt'
30
31
+ - uses: sbt/setup-sbt@v1
32
+
33
- name: Generate OpenAPI Spec
34
id: generate-openapi-spec
35
run: sbt "backend/generateOpenAPIDescription"
0 commit comments