Skip to content

CSS-6116 Add backup and restore integration test to Ranger charm #65

CSS-6116 Add backup and restore integration test to Ranger charm

CSS-6116 Add backup and restore integration test to Ranger charm #65

name: Integration tests
on:
pull_request:
jobs:
integration-test-microk8s:
name: Integration tests (microk8s)
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup operator environment
uses: charmed-kubernetes/actions-operator@main
with:
juju-channel: 3.1/stable
provider: microk8s
channel: 1.25-strict/stable
- name: Run integration tests
run: tox -e integration -- --model testing
- name: Dump logs
uses: canonical/charm-logdump-action@main
if: failure()
with:
app: ranger-k8s
model: testing