This commit is contained in:
@@ -4,17 +4,12 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- run: |
|
||||||
run: |
|
|
||||||
git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/confsync.git .
|
git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/confsync.git .
|
||||||
- name: Check Python
|
echo "Clone successful"
|
||||||
run: |
|
- run: |
|
||||||
python3 --version
|
python3 --version
|
||||||
pip3 --version
|
- run: |
|
||||||
- name: Install
|
pip3 install pytest --quiet
|
||||||
run: |
|
- run: |
|
||||||
pip3 install -e . pytest
|
pip3 install -e . --quiet && echo "Install successful"
|
||||||
- name: Test
|
|
||||||
run: |
|
|
||||||
ls confsync/tests/
|
|
||||||
pytest confsync/tests/ -v || true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user