Testing
This commit is contained in:
parent
582a803c87
commit
a71a8ebaa0
|
@ -10,6 +10,17 @@ on:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
jobs:
|
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:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user