Update tests.yml

This commit is contained in:
Ace
2023-01-11 22:58:03 +01:00
committed by GitHub
parent 602e56531d
commit 42798294ae

View File

@@ -4,7 +4,6 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
@@ -14,6 +13,7 @@ jobs:
with:
python-version: 3.9
download and install:
- name: Clone repo
run: |
git clone --branch feature/venv --single-branch https://github.com/aceisace/Inkycal
@@ -27,10 +27,10 @@ jobs:
- name: Install dependencies
run: |
echo "$PWD"
pip install wheel
pip install -e ./
unit testing:
- name: Setup test environment and run tests
run: |
cd inkycal/tests