This commit is contained in:
@@ -4,18 +4,5 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Clone
|
|
||||||
run: |
|
|
||||||
git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/confsync.git /tmp/confsync
|
|
||||||
ls /tmp/confsync
|
|
||||||
- name: Setup
|
|
||||||
run: |
|
|
||||||
apt-get update -qq
|
|
||||||
apt-get install -y -qq python3 python3-pip git < /dev/null
|
|
||||||
- name: Install
|
|
||||||
run: |
|
|
||||||
pip3 install -e /tmp/confsync pytest
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: echo "CI is running"
|
||||||
ls /tmp/confsync/confsync/tests/
|
|
||||||
pytest /tmp/confsync/confsync/tests/ -v
|
|
||||||
|
|||||||
Reference in New Issue
Block a user