Fix PATH
Some checks failed
CI / test (push) Failing after 32s

This commit is contained in:
Miguel Jacq 2025-11-13 14:09:01 +11:00
parent 13916025fd
commit da73e5b022
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

@ -24,13 +24,13 @@ jobs:
- name: Install project deps (including test extras) - name: Install project deps (including test extras)
env: env:
PATH: "$PATH:/root/.local/bin" PATH: ${{ env.PATH }}:/root/.local/bin
run: | run: |
poetry install --with test poetry install --with test
- name: Run test script - name: Run test script
env: env:
PATH: "$PATH:/root/.local/bin" PATH: ${{ env.PATH }}:/root/.local/bin
run: | run: |
chmod +x ./tests.sh chmod +x ./tests.sh
./tests.sh ./tests.sh