parent
da73e5b022
commit
f8cf545771
1 changed files with 1 additions and 5 deletions
|
|
@ -21,17 +21,13 @@ jobs:
|
|||
run: |
|
||||
pipx install poetry==1.8.3
|
||||
/root/.local/bin/poetry --version
|
||||
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
|
||||
|
||||
- name: Install project deps (including test extras)
|
||||
env:
|
||||
PATH: ${{ env.PATH }}:/root/.local/bin
|
||||
run: |
|
||||
poetry install --with test
|
||||
|
||||
- name: Run test script
|
||||
env:
|
||||
PATH: ${{ env.PATH }}:/root/.local/bin
|
||||
run: |
|
||||
chmod +x ./tests.sh
|
||||
./tests.sh
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue