Skip to content

test integration tests with multiple charm builds #25

test integration tests with multiple charm builds

test integration tests with multiple charm builds #25

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

View workflow run for this annotation

GitHub Actions / Integration tests

Invalid workflow file

The workflow is not valid. In .github/workflows/integration_test.yaml (Line: 13, Col: 11): Error from called workflow canonical/k8s-operator/.github/workflows/build-charm.yaml@e602a15e35f530e7accee235fb7470dbb8c30062 (Line: 19, Col: 3): The workflow must contain at least one job with no dependencies.
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"