This commit is contained in:
@@ -7,16 +7,16 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
run: |
|
||||||
with:
|
git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/confsync.git $HOME/confsync
|
||||||
fetch-depth: 0
|
cp -r $HOME/confsync/. .
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v4
|
run: |
|
||||||
with:
|
apt-get update
|
||||||
python-version: '3.10'
|
apt-get install -y --no-install-recommends python3 python3-pip git
|
||||||
- name: Install
|
- name: Install
|
||||||
run: |
|
run: |
|
||||||
pip install -e .
|
pip install --no-cache-dir -e .
|
||||||
pip install pytest
|
pip install --no-cache-dir pytest
|
||||||
- name: Test
|
- name: Test
|
||||||
run: pytest confsync/tests/ -v
|
run: pytest confsync/tests/ -v
|
||||||
|
|||||||
Reference in New Issue
Block a user