Skip to content

Commit

Permalink
RIA-1234 swagger workflow run fix (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilay913 authored Oct 3, 2023
1 parent 5487856 commit 274b0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
java-version: 17
- name: Run Swagger Publisher
run: ./gradlew integration --tests uk.gov.hmcts.reform.iacasedocumentsapi.config.SwaggerPublisher
run: ./gradlew integration --tests uk.gov.hmcts.reform.iacasedocumentsapi.config.OpenApiPublisher
- name: Commit to repository
run: |
mkdir swagger-staging
Expand Down

0 comments on commit 274b0e5

Please sign in to comment.