Skip to content

tests

tests #244

Workflow file for this run

---
name: tests
on:
schedule:
- cron: '0 0 * * *'
pull_request:
branches: [main]
workflow_dispatch:
jobs:
tests:
name: tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: validate-declarative-form-test
run: python -m unittest validate_declarative_form_test.py -v
shell: bash