Skip to content

actually upgrade yarn #1240

actually upgrade yarn

actually upgrade yarn #1240

Workflow file for this run

name: Client
on: push
jobs:
generate_client:
name: Generate client
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- uses: actions/setup-java@v1
with:
java-version: 8
- run: npx @openapitools/openapi-generator-cli generate -i https://media.mause.me/openapi.json -g python -o client --skip-validate-spec
- uses: actions/upload-artifact@v2
with:
name: client
path: client