Skip to content

Commit

Permalink
fix for github actions: Run Swagger Publisher stage (#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannah38 committed Mar 25, 2024
1 parent a87d3a0 commit 4492e27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'zulu'
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '21'
cache: 'gradle'
- name: Run Swagger Publisher
run: ./gradlew test --tests uk.gov.hmcts.reform.rhubarb.recipes.SwaggerPublisher
- name: Commit to repository
Expand Down

0 comments on commit 4492e27

Please sign in to comment.