Remove period from error messages; fix comment typo #4
Workflow file for this run
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
name: Run Open-API Tavern Coverage | |
on: | |
- push # Perform a build of the contents from the branch | |
- pull_request # Perform a build after merging with the target branch | |
- workflow_dispatch | |
jobs: | |
build_and_release: | |
uses: Cray-HPE/open-api-tavern-coverage/.github/workflows/run_open-api-tavern-coverage.yaml@v2 | |
#the v1 tag exists now | |
with: | |
open-api-file: "api/swagger.yaml" | |
tavern-file-dir: "test/ct/api" | |
api-target-urls: "{bss_base_url}" | |
secrets: inherit |