Add tutorial Spread test #7
Workflow file for this run
This file contains hidden or 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
| # This is a workflow to generate materials and run a Spread test on the tutorial | |
| name: 'Test documentation with Spread' | |
| on: | |
| workflow_dispatch: | |
| pull_request: | |
| paths: | |
| - 'docs/tutorial/getting-started.md' | |
| jobs: | |
| tutorial-spread-test: | |
| uses: canonical/operator-workflows/.github/workflows/docs_spread.yaml@main | |
| secrets: inherit | |
| with: | |
| input-file: docs/tutorial/getting-started.md | |
| output-dir: tests/spread/tutorial/ | |
| spread-job: github-ci:ubuntu-24.04-64:tests/spread/tutorial | |