We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f23d2 commit 6a77340Copy full SHA for 6a77340
1 file changed
.circleci/config.yml
@@ -7,6 +7,7 @@ jobs:
7
steps:
8
- run: |
9
apk add nodejs
10
+ apk add npm
11
apk add openjdk8-jre
12
npm install @openapitools/openapi-generator-cli -g
13
- run: openapi-generator-cli batch \*.yml
0 commit comments