Skip to content

ci(spread): support slice testing through Spread #548

ci(spread): support slice testing through Spread

ci(spread): support slice testing through Spread #548

Workflow file for this run

name: CI
run-name: CI for ${{ github.ref }}
on:
pull_request:
branches:
- "ubuntu-*"
jobs:
cla-check:
if: github.event_name == 'pull_request'
name: CLA check
uses: canonical/chisel-releases/.github/workflows/cla-check.yaml@main
installability-tests:
name: Installability tests
uses: canonical/chisel-releases/.github/workflows/install-slices.yaml@main
lint:
name: Lint
uses: canonical/chisel-releases/.github/workflows/lint.yaml@main
integration-tests:
name: Integration tests
uses: canonical/chisel-releases/.github/workflows/spread.yaml@main

Check failure on line 25 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yaml" -> "canonical/chisel-releases/.github/workflows/spread.yaml@main" : failed to fetch workflow: workflow was not found.