This commit is contained in:
@@ -6,15 +6,12 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v4
|
|
||||||
with:
|
|
||||||
python-version: '3.10'
|
|
||||||
- name: Install
|
|
||||||
run: |
|
run: |
|
||||||
pip install -e .
|
apt-get update && apt-get install -y python3 python3-pip
|
||||||
pip install pytest
|
- name: Install dependencies
|
||||||
- name: Test
|
run: |
|
||||||
|
pip3 install -e .
|
||||||
|
pip3 install pytest
|
||||||
|
- name: Run tests
|
||||||
run: pytest confsync/tests/ -v
|
run: pytest confsync/tests/ -v
|
||||||
|
|||||||
Reference in New Issue
Block a user