This commit is contained in:
@@ -6,15 +6,14 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
run: |
|
run: |
|
||||||
git clone https://7000pct.gitea.bloupla.net/7000pctAUTO/confsync.git /tmp/confsync
|
rm -rf confsync || true
|
||||||
cp -r /tmp/confsync/* .
|
git clone https://7000pct.gitea.bloupla.net/7000pctAUTO/confsync.git .
|
||||||
git submodule update --init --recursive || true
|
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install -y python3 python3-pip git
|
apt-get update && apt-get install -y python3 python3-pip git
|
||||||
- name: Install dependencies
|
- name: Install
|
||||||
run: |
|
run: |
|
||||||
pip install -e .
|
pip install -e .
|
||||||
pip install pytest
|
pip install pytest
|
||||||
- name: Run tests
|
- name: Test
|
||||||
run: pytest -v || true
|
run: pytest -v
|
||||||
|
|||||||
Reference in New Issue
Block a user