Add Nightly CI Job for Terraform-Based Deployment and Testing #1318
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Charm Analysis | |
# Unit testing, Style Linting, Type Linting, Static Analysis, and Spelling | |
on: | |
pull_request: | |
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 }} |