test integration tests with multiple charm builds #25
Workflow file for this run
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: Integration tests | ||
on: | ||
pull_request: | ||
jobs: | ||
build-all-charms: | ||
strategy: | ||
matrix: | ||
path: | ||
- "./charms/k8s/" | ||
- "./charms/k8s-worker/" | ||
uses: ./.github/workflows/build-charm.yaml | ||
Check failure on line 13 in .github/workflows/integration_test.yaml GitHub Actions / Integration testsInvalid workflow file
|
||
with: | ||
working-directory: ${{ matrix.path }} | ||
integration-tests: | ||
uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main | ||
secrets: inherit | ||
with: | ||
provider: lxd | ||
juju-channel: 3.1/stable | ||
chaos-enabled: false | ||
load-test-enabled: false | ||
zap-enabled: false | ||
trivy-fs-enabled: true | ||
trivy-image-config: "trivy.yaml" |