Enabling the pytest runner
This commit is contained in:
parent
8adade206a
commit
fa9b4a7225
|
|
@ -8,8 +8,9 @@ jobs:
|
||||||
options: --privileged
|
options: --privileged
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: pacman --noconfirm -Syu python python-pip qemu gcc
|
- run: pacman --noconfirm -Syu python python-pip
|
||||||
- run: python -m pip install --upgrade pip
|
- run: python -m pip install --upgrade pip
|
||||||
|
- run: pip install .
|
||||||
- run: pip install pytest
|
- run: pip install pytest
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: python -m pytest || exit 0
|
run: python -m pytest
|
||||||
Loading…
Reference in New Issue