From 42798294aea74196e77d3175b41e8d842fcb8b1e Mon Sep 17 00:00:00 2001 From: Ace Date: Wed, 11 Jan 2023 22:58:03 +0100 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a7d7a8d..2a973c0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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