Skip to content

Fix classic preseed reset #349

Fix classic preseed reset

Fix classic preseed reset #349

Workflow file for this run

name: Run a spread test of the generated snap
on: [pull_request]
jobs:
spread:
runs-on: ubuntu-20.04
strategy:
matrix:
system:
- ubuntu-18.04
- ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Download spread
run: curl -s https://storage.googleapis.com/snapd-spread-tests/spread/spread-amd64.tar.gz | tar -xz
- name: Init lxd
run: sudo lxd init --auto
- name: Run spread tests
run: sudo ./spread lxd:${{ matrix.system }}