Skip to content

feat: upgrade existing filesystem #1559

feat: upgrade existing filesystem

feat: upgrade existing filesystem #1559

Workflow file for this run

name: Run spread tests
on:
workflow_dispatch:
push:
paths-ignore:
- '**.md'
pull_request:
branches: [main]
schedule:
- cron: "0 0 */2 * *"
jobs:
spread-tests:
name: Spread tests
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
repository: snapcore/spread
path: _spread
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version: '>=1.17.0'
- name: Build and run spread
run: |
(cd _spread/cmd/spread && go build)
_spread/cmd/spread/spread -v