Skip to content

updated microdata-tools version to 1.1.1 #70

updated microdata-tools version to 1.1.1

updated microdata-tools version to 1.1.1 #70

Workflow file for this run

name: Run Tests on PR
on:
pull_request:
branches:
- '*'
jobs:
test:
name: Test
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install dependencies
run: |
curl -sSL https://install.python-poetry.org | python -
poetry install
- name: Run tests
run: poetry run pytest --cov=job_executor