mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
test
This commit is contained in:
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@@ -23,6 +23,8 @@ jobs:
|
||||
steps:
|
||||
- name: Check-out repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Install libaudio Dependencies (macOS)
|
||||
if: runner.os == 'macOS'
|
||||
@@ -101,8 +103,10 @@ jobs:
|
||||
run: uv sync
|
||||
|
||||
- name: Run tests
|
||||
run: uv run pytest -v --tb=short --color=yes
|
||||
run: uv run pytest test/libs/ -v --tb=short --color=yes
|
||||
continue-on-error: false
|
||||
env:
|
||||
PYTHONPATH: ${{ github.workspace }}
|
||||
|
||||
- name: Upload test artifacts
|
||||
if: failure()
|
||||
|
||||
Reference in New Issue
Block a user