Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
feat: Add CI matrix to test Focal and Jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
NucciTheBoss committed May 15, 2023
1 parent 8f64a69 commit 8148e91
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,13 @@ jobs:
run: tox -e unit

integration-test:
name: Integration tests (LXD)
strategy:
fail-fast: true
matrix:
bases:
- [email protected]
- [email protected]
name: Integration tests (LXD) | ${{ matrix.bases }}
runs-on: ubuntu-latest
needs:
- inclusive-naming-check
Expand All @@ -68,4 +74,4 @@ jobs:
provider: lxd
juju-channel: 3.1/stable
- name: Run tests
run: tox -e integration
run: tox run -e integration -- --charm-base=${{ matrix.bases }}

0 comments on commit 8148e91

Please sign in to comment.