Skip to content

[Snyk] Security upgrade jinja2 from 3.1.2 to 3.1.5 #492

[Snyk] Security upgrade jinja2 from 3.1.2 to 3.1.5

[Snyk] Security upgrade jinja2 from 3.1.2 to 3.1.5 #492

name: unittests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.x
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r tests/test-requirements.txt
- name: Run unit tests
run: |
python -m unittest discover -s tests -p 'test_*.py'