Skip to content

CSS-7960 Trino rock and refactor #114

CSS-7960 Trino rock and refactor

CSS-7960 Trino rock and refactor #114

name: Integration tests
on:
pull_request:
workflow_call:
jobs:
integration-test-microk8s:
name: Integration tests (microk8s)
strategy:
fail-fast: false
matrix:
tox-environments:
- integration-charm
- integration-policy
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
microk8s-addons: "ingress storage dns rbac registry"
channel: 1.25-strict/stable
- name: Run integration tests
run: tox -e ${{ matrix.tox-environments }}