Skip to content

setup java

setup java #10

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"