diff options
author | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-03-06 22:45:46 +0200 |
---|---|---|
committer | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-03-06 22:45:46 +0200 |
commit | ba60d82ba52749ea0074dcd8633ff51f05c5c47d (patch) | |
tree | 566a64307e70ad1d242bc512827eeee34a82f737 /.github/workflows/auto.yml | |
parent | 14f605b204d1864a172e49fe1e2fd709efe8f967 (diff) |
dev scripts update. v0.2
Diffstat (limited to '.github/workflows/auto.yml')
-rw-r--r-- | .github/workflows/auto.yml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/.github/workflows/auto.yml b/.github/workflows/auto.yml index c08abdb..81d4673 100644 --- a/.github/workflows/auto.yml +++ b/.github/workflows/auto.yml @@ -25,13 +25,9 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3 - # Install poetry - - name: Install poetry - run: pip install poetry - # Install dependencies - - name: Install dependencies - run: ./dev.sh install + - name: Install dev dependencies + run: ./dev.sh dev # Run coverage xml - name: Run unittests with coverage and generate xml |