parent
13916025fd
commit
da73e5b022
1 changed files with 2 additions and 2 deletions
|
|
@ -24,13 +24,13 @@ jobs:
|
|||
|
||||
- name: Install project deps (including test extras)
|
||||
env:
|
||||
PATH: "$PATH:/root/.local/bin"
|
||||
PATH: ${{ env.PATH }}:/root/.local/bin
|
||||
run: |
|
||||
poetry install --with test
|
||||
|
||||
- name: Run test script
|
||||
env:
|
||||
PATH: "$PATH:/root/.local/bin"
|
||||
PATH: ${{ env.PATH }}:/root/.local/bin
|
||||
run: |
|
||||
chmod +x ./tests.sh
|
||||
./tests.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue