Attempt to add forgejo workflow #2
1 changed files with 1 additions and 5 deletions
|
|
@ -21,17 +21,13 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pipx install poetry==1.8.3
|
pipx install poetry==1.8.3
|
||||||
/root/.local/bin/poetry --version
|
/root/.local/bin/poetry --version
|
||||||
|
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
|
||||||
|
|
||||||
- name: Install project deps (including test extras)
|
- name: Install project deps (including test extras)
|
||||||
env:
|
|
||||||
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:
|
|
||||||
PATH: ${{ env.PATH }}:/root/.local/bin
|
|
||||||
run: |
|
run: |
|
||||||
chmod +x ./tests.sh
|
|
||||||
./tests.sh
|
./tests.sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue