Skip to content

chore: use default values for github runners in test workflow #334

chore: use default values for github runners in test workflow

chore: use default values for github runners in test workflow #334

name: Integration tests
on:
pull_request:
schedule:
- cron: "0 15 * * SAT"
jobs:
integration-tests:
uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main
secrets: inherit
with:
juju-channel: 3.6/stable
provider: lxd
modules: '["test_charm.py", "test_ingress.py"]'
with-uv: true
allure-report:
if: ${{ !cancelled() && github.event_name == 'schedule' }}
needs:
- integration-tests
uses: canonical/operator-workflows/.github/workflows/allure_report.yaml@main