Compare commits
2 commits
94340856a3
...
da73e5b022
| Author | SHA1 | Date | |
|---|---|---|---|
| da73e5b022 | |||
| 13916025fd |
1 changed files with 2 additions and 3 deletions
|
|
@ -2,7 +2,6 @@ name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
pull_request:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
@ -25,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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue