Skip to content

included digits in the TaskName token regex #8

included digits in the TaskName token regex

included digits in the TaskName token regex #8

Workflow file for this run

name: Unit tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install PyYAML pytest pyfakefs
- name: Run tests
run: pytest