Skip to content

Commit

Permalink
Add a workflow to check connectors in sync
Browse files Browse the repository at this point in the history
  • Loading branch information
weiiwang01 committed Jan 24, 2025
1 parent 2902463 commit bf51888
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,13 @@ jobs:
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
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

0 comments on commit bf51888

Please sign in to comment.