From 4aa8ad01b9618302d780899bdd767bb1dbe75939 Mon Sep 17 00:00:00 2001 From: Aineopintojen-harjoitustyo-Algoritmit-j Date: Mon, 19 Feb 2024 00:21:11 +0200 Subject: GHA to use ./dev.sh --- .github/workflows/auto.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/auto.yml b/.github/workflows/auto.yml index f0c280f..30e5798 100644 --- a/.github/workflows/auto.yml +++ b/.github/workflows/auto.yml @@ -35,7 +35,7 @@ jobs: # Run coverage xml - name: Run unittests with coverage and generate xml - run: poetry run dev covxml + run: ./dev.sh covxml # xml -> codecov - name: Upload coverage reports to Codecov @@ -45,4 +45,4 @@ jobs: # pylint - name: Run pylint against the code - run: poetry run pylint + run: ./dev.sh pylint -- cgit v1.2.3