Skip to content

Commit

Permalink
Merge branch 'main' into chore/auto-libs
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess authored Jan 16, 2025
2 parents 054c54a + 73987ab commit 45cd99c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/charm-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ jobs:
unit-tests:
uses: canonical/operator-workflows/.github/workflows/test.yaml@main
secrets: inherit
strategy:
fail-fast: false
matrix:
python-version:
- '3.10'
with:
charm-directory: charms
self-hosted-runner: false
with-uv: true
python-version: ${{ matrix.python-version }}

0 comments on commit 45cd99c

Please sign in to comment.