Update tests.yml
This commit is contained in:
parent
602e56531d
commit
42798294ae
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -4,7 +4,6 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -14,6 +13,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: 3.9
|
python-version: 3.9
|
||||||
|
|
||||||
|
download and install:
|
||||||
- name: Clone repo
|
- name: Clone repo
|
||||||
run: |
|
run: |
|
||||||
git clone --branch feature/venv --single-branch https://github.com/aceisace/Inkycal
|
git clone --branch feature/venv --single-branch https://github.com/aceisace/Inkycal
|
||||||
@ -27,10 +27,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
echo "$PWD"
|
|
||||||
pip install wheel
|
pip install wheel
|
||||||
pip install -e ./
|
pip install -e ./
|
||||||
|
|
||||||
|
unit testing:
|
||||||
- name: Setup test environment and run tests
|
- name: Setup test environment and run tests
|
||||||
run: |
|
run: |
|
||||||
cd inkycal/tests
|
cd inkycal/tests
|
||||||
|
Loading…
Reference in New Issue
Block a user