This commit is contained in:
@@ -6,14 +6,16 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
run: |
|
run: |
|
||||||
wget -q https://7000pct.gitea.bloupla.net/7000pctAUTO/confsync/archive/main.tar.gz -O /tmp/repo.tar.gz
|
git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/confsync.git .
|
||||||
tar xzf /tmp/repo.tar.gz -C /tmp
|
pwd && ls -la
|
||||||
cp -r /tmp/confsync-main/* .
|
- name: Setup Python
|
||||||
ls -la
|
|
||||||
- name: Check Python
|
|
||||||
run: python3 --version
|
|
||||||
- name: Install
|
|
||||||
run: |
|
run: |
|
||||||
pip3 install -e . pytest 2>&1 | tail -5
|
apt-get update -qq
|
||||||
- name: Test
|
apt-get install -y -qq python3 python3-pip git
|
||||||
run: pytest confsync/tests/ -v 2>&1 | head -30
|
python3 --version && pip3 --version
|
||||||
|
- name: Install package
|
||||||
|
run: |
|
||||||
|
pip3 install -e . 2>&1 | tail -10
|
||||||
|
- name: Verify installation
|
||||||
|
run: |
|
||||||
|
python3 -c "import confsync; print('Import successful')"
|
||||||
|
|||||||
Reference in New Issue
Block a user