Skip to content

Commit

Permalink
add java setup and add some code to test
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-fischer committed Nov 24, 2023
1 parent d6c0909 commit b7ec981
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/generate_api_pages.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: generate api pages
on:
push:
branches:
- fix/workflow-with-java-version-set
workflow_dispatch:
inputs:
tag:
Expand All @@ -24,6 +27,12 @@ jobs:
- name: Install swagger-codegen
run: brew install swagger-codegen

- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'

- name: Npm install
run: npm install

Expand Down

0 comments on commit b7ec981

Please sign in to comment.