Skip to content

Matrix tests for interfaces #10

Matrix tests for interfaces

Matrix tests for interfaces #10

Workflow file for this run

name: Matrix tests for interfaces
on:
schedule:
- cron: '0 0 * * 1'
workflow_dispatch:
jobs:
main:
runs-on: ubuntu-latest
name: Run the interface tests on all registered charms
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Set up python
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install dependencies
run: pip install tox
- name: Run tests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: tox -e run-interface-test-matrix