Skip to content

Update dependency org.junit.jupiter:junit-jupiter to v5.11.3 #3135

Update dependency org.junit.jupiter:junit-jupiter to v5.11.3

Update dependency org.junit.jupiter:junit-jupiter to v5.11.3 #3135

name: Publish OpenAPI specs
on:
push:
branches:
#- "master"
jobs:
publish-openapi:
uses: hmcts/workflow-publish-openapi-spec/.github/workflows/publish-openapi.yml@v1

Check failure on line 9 in .github/workflows/publish-openapi.yaml

View workflow run for this annotation

GitHub Actions / Publish OpenAPI specs

Invalid workflow file

The workflow is not valid. .github/workflows/publish-openapi.yaml (Line: 9, Col: 11): Input test_to_run is required, but not provided while calling.
secrets:
SWAGGER_PUBLISHER_API_TOKEN: ${{ secrets.SWAGGER_PUBLISHER_API_TOKEN }}
with:
#test_to_run: 'uk.gov.hmcts.reform.demo.openapi.OpenAPIPublisherTest'
java_version: 17