Testing
This commit is contained in:
parent
582a803c87
commit
a71a8ebaa0
|
@ -10,6 +10,17 @@ on:
|
|||
required: true
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
- name: Install test dependencies
|
||||
run: pip install -y pytest
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Build
|
||||
run: python3 -m build
|
||||
- name: Test
|
||||
run: pyest test
|
||||
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue
Block a user