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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
@ -24,13 +25,13 @@ jobs:
|
||||||
|
|
||||||
- name: Install project deps (including test extras)
|
- name: Install project deps (including test extras)
|
||||||
env:
|
env:
|
||||||
PATH: ${{ env.PATH }}:/root/.local/bin
|
PATH: "$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: ${{ env.PATH }}:/root/.local/bin
|
PATH: "$PATH:/root/.local/bin"
|
||||||
run: |
|
run: |
|
||||||
chmod +x ./tests.sh
|
chmod +x ./tests.sh
|
||||||
./tests.sh
|
./tests.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue