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
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Build
|
||||
run: python3 -m build
|
||||
- name: Test
|
||||
run: pyest test
|
||||
run: python -m pytest test
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [test]
|
||||
|
|
Loading…
Reference in New Issue
Block a user