mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-09 20:00:01 +02:00
🚧 GitHub Actions: Rework test, run in src/
This commit is contained in:
parent
77bcecd2d0
commit
ab1359c7e6
1 changed files with 7 additions and 3 deletions
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
|
@ -14,7 +14,11 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Build package
|
||||
run: python3 -m pip install --upgrade build && python3 -m build
|
||||
|
||||
- name: Update pip
|
||||
run: python3 -m pip install -U pip
|
||||
- name: Install requirements*
|
||||
run: python3 -m pip install -r requirements*.txt
|
||||
|
||||
- name: Test
|
||||
run: python3 -m pip install -r requirements-dev.txt && pytest
|
||||
run: cd src && python3 -m pytest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue