Skip to content

Update

Update #84

Workflow file for this run

name: Tests
on:
pull_request:
jobs:
unit-tests:
uses: canonical/operator-workflows/.github/workflows/test.yaml@main
secrets: inherit
with:
self-hosted-runner: false
integration-tests:
uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main
secrets: inherit
with:
channel: 1.29-strict/stable
charmcraft-channel: latest/edge
juju-channel: 3.6/stable
microk8s-addons: "dns ingress rbac storage"
pre-run-script: tests/integration/prepare.sh
self-hosted-runner: false
check-connector-sync:
name: Check Connectors
uses: ubuntu-latest

Check failure on line 24 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yaml

Invalid workflow file

invalid value workflow reference: no version specified
steps:
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: pip install tox
- run: tox -e generate-connectors
- run: git diff --exit-code