Update tests.yml

This commit is contained in:
Ace 2023-01-11 22:58:03 +01:00 committed by GitHub
parent 602e56531d
commit 42798294ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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