setup java #10
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: Verify Giudes (Quick) | |
on: | |
workflow_dispatch: # Allow manual triggering of this workflow. | |
# START Temporary for testing. | |
push: | |
branches: ["verify-guides-workflow-configuration"] | |
# END Temporary for testing. | |
defaults: | |
run: | |
# Specify to ensure "pipefail and errexit" are set. | |
# Ref: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#defaultsrunshell | |
shell: bash | |
jobs: | |
small: | |
uses: ./.github/workflows/verify-guides.yml | |
with: | |
test-config-path: "test/_test_config.yml" |