Use pytest
This commit is contained in:
parent
8592fdde51
commit
22607dbb74
|
@ -21,10 +21,8 @@ jobs:
|
||||||
run: python3 -m pip install --upgrade pip setuptools wheel pytest
|
run: python3 -m pip install --upgrade pip setuptools wheel pytest
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Build
|
|
||||||
run: python3 -m build
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: pyest test
|
run: python -m pytest test
|
||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [test]
|
needs: [test]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user