LXD add profiles to list of system options #203
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: Test spread | ||
on: | ||
push: | ||
branches: | ||
- master | ||
pull_request: | ||
branches: | ||
- master | ||
jobs: | ||
run-tests: | ||
runs-on: self-hosted | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-go@v5 | ||
check-latest: true | ||
- name: Install spread | ||
run: | | ||
go install github.com/snapcore/spread/cmd/spread@latest | ||
- name: Run tests | ||
run: | | ||
spread github-ci: |