Skip to content

Merge pull request #1 from themkat/dependabot/github_actions/actions/… #24

Merge pull request #1 from themkat/dependabot/github_actions/actions/…

Merge pull request #1 from themkat/dependabot/github_actions/actions/… #24

name: Run tests and verify design
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Run tests
working-directory: code
run: |
python -m unittest -v envmon_tests.py
python -m unittest -v report_tests.py