Skip to content

Adapt fix_template.py to work with new directory structure under dashboards #57

Adapt fix_template.py to work with new directory structure under dashboards

Adapt fix_template.py to work with new directory structure under dashboards #57

Workflow file for this run

name: Tests
on:
push:
pull_request:
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup python environment
run: pip install -r tests/requirements.txt
- name: Tests
run: make test