summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi>2024-02-19 00:21:11 +0200
committerAineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi>2024-02-19 00:21:11 +0200
commit4aa8ad01b9618302d780899bdd767bb1dbe75939 (patch)
tree9ca2c9295b2ff2b2ac2c61f5e4fd335e2db907d5
parent949f0e39838fac49a48a00548a833c8b47593139 (diff)
GHA to use ./dev.sh
-rw-r--r--.github/workflows/auto.yml4
1 files changed, 2 insertions, 2 deletions
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