Skip to content

Merge pull request #5 from oej/add-purl-check #9

Merge pull request #5 from oej/add-purl-check

Merge pull request #5 from oej/add-purl-check #9

Workflow file for this run

name: Run Python tests
on: [push]
jobs:
build:
name: Run tests
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9.19"]
steps:
- uses: szenius/[email protected]
with:
timezoneLinux: "Europe/Berlin"
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install test dependencies
run: pip install pytest pytest-md pytest-emoji
- name: Install app dependencies
run: pip install urnparse packageurl-python
- uses: pavelzw/pytest-action@v2
with:
emoji: false
verbose: false
job-summary: true