Compare commits
No commits in common. "da73e5b022380b6042ef80ae865c57ecc4a73195" and "94340856a3925856c9b5d5a50d706a002b7bdd06" have entirely different histories.
da73e5b022
...
94340856a3
1 changed files with 3 additions and 2 deletions
|
|
@ -2,6 +2,7 @@ name: CI
|
|||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
@ -24,13 +25,13 @@ jobs:
|
|||
|
||||
- name: Install project deps (including test extras)
|
||||
env:
|
||||
PATH: ${{ env.PATH }}:/root/.local/bin
|
||||
PATH: "$PATH:/root/.local/bin"
|
||||
run: |
|
||||
poetry install --with test
|
||||
|
||||
- name: Run test script
|
||||
env:
|
||||
PATH: ${{ env.PATH }}:/root/.local/bin
|
||||
PATH: "$PATH:/root/.local/bin"
|
||||
run: |
|
||||
chmod +x ./tests.sh
|
||||
./tests.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue