Skip to content

Merge branch 'main' into feature/spider_by_music_id #52

Merge branch 'main' into feature/spider_by_music_id

Merge branch 'main' into feature/spider_by_music_id #52

Workflow file for this run

name: Unit tests
on:
push:
branches-ignore: ["main"]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.12
uses: actions/setup-python@v3
with:
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install hatch
hatch env create test
- name: Test with pytest
run: |
hatch --env test run run