Skip to content

Implement node removal #150

Implement node removal

Implement node removal #150

name: Integration tests
on:
pull_request:
jobs:
build-all-charms:
strategy:
matrix:
path:
- "./charms/worker/k8s/"
- "./charms/worker/"
uses: ./.github/workflows/build-charm.yaml
with:
working-directory: ${{ matrix.path }}
integration-tests:
uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main
needs: [build-all-charms]
secrets: inherit
with:
provider: lxd
juju-channel: 3.3/stable
load-test-enabled: false
zap-enabled: false
trivy-fs-enabled: true
trivy-image-config: "trivy.yaml"
tmate-debug: true