fix(build): update the netplan version field in the build file (#603) #1356
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
| name: Run spread | |
| on: | |
| push: | |
| branches: [ main ] | |
| paths-ignore: | |
| - 'doc/**' | |
| pull_request: | |
| branches: [ main ] | |
| paths-ignore: | |
| - 'doc/**' | |
| jobs: | |
| spread: | |
| runs-on: ubuntu-26.04 | |
| steps: | |
| - uses: canonical/setup-lxd@v0.1.1 | |
| - uses: actions/checkout@v3 | |
| - name: Install spread | |
| run: | | |
| go install github.com/canonical/spread/cmd/spread@latest | |
| - name: Run the spread test inside LXD | |
| run: | | |
| ~/go/bin/spread -v lxd: | |