Skip to content

Commit

Permalink
chore(23.10): add workflow to test slices
Browse files Browse the repository at this point in the history
This commit adds a workflow to test installing changed or all slices,
based on the files changed.
  • Loading branch information
rebornplusplus committed Feb 23, 2024
1 parent cfa5f7d commit 6e12c2e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CI
run-name: CI for ${{ github.ref }}

on:
push:
branches:
- "ubuntu-*"
pull_request:
branches:
- "ubuntu-*"

jobs:
installability-tests:
name: Installability tests
uses: canonical/chisel-releases/.github/workflows/install-slices.yaml@main

0 comments on commit 6e12c2e

Please sign in to comment.