We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a4dd9b commit f609d30Copy full SHA for f609d30
2 files changed
.github/workflows/main-rest-clients-build.yml
@@ -17,10 +17,6 @@ jobs:
17
- uses: actions/setup-node@v3
18
with:
19
node-version: 16
20
- - name: Install openapi generator
21
- run: |
22
- npm install -g @openapitools/openapi-generator-cli
23
- echo "$(npm bin -g)" >> $GITHUB_PATH
24
- name: Build clients
25
working-directory: clients
26
run: ./build-clients.sh
clients/build-clients.sh
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
3
+npm install -g @openapitools/openapi-generator-cli
4
+
5
# requires openapi-generator installed and accessible in your PATH
6
7
DIR="$(dirname "${BASH_SOURCE[0]}")"
0 commit comments