Skip to content

add noble as separate github action #1

add noble as separate github action

add noble as separate github action #1

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
matrix:

Check failure on line 17 in .github/workflows/spread.yml

View workflow run for this annotation

GitHub Actions / Run spread tests

Invalid workflow file

The workflow is not valid. .github/workflows/spread.yml (Line: 17, Col: 5): Unexpected value 'matrix'
versions: ["focal jammy mantic", "noble"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
repository: snapcore/spread
path: _spread
- uses: actions/setup-go@v3
with:
go-version: '>=1.17.0'
- name: Build and run spread
run: |
(cd _spread/cmd/spread && go build)
# _spread/cmd/spread/spread -vv
_spread/cmd/spread/spread -list ${{ matrix.versions }}