Experiment to extract all openapi #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time | |
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven | |
# | |
# This file is auto-generated by OpenAPI Generator (https://openapi-generator.tech) | |
name: Extract all OpenAPI specs | |
on: | |
push: | |
branches: [ main, master ] | |
pull_request: | |
branches: [ main, master ] | |
jobs: | |
extract-all-openapi: | |
uses: 1and1/checkmk-java-client/.github/workflows/extract-openapi.yaml@main | |
with: | |
cmk_version: ${{ matrix.version }} | |
target_artifact: openapi | |
strategy: | |
matrix: | |
version: | |
- 2.1.0p36 | |
- 2.2.0p12 | |
- 2.2.0p13 | |
- 2.2.0p14 |