Skip to content

Commit

Permalink
chore(20.04): add workflow to test slices (#141)
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.

Co-authored-by: Cristovao Cordeiro <[email protected]>
  • Loading branch information
rebornplusplus and cjdcordeiro authored Feb 28, 2024
1 parent 3272179 commit 4adcac2
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 4adcac2

Please sign in to comment.