Attempt to add forgejo workflow #2

Merged
mig5 merged 13 commits from workflows into main 2025-11-12 21:25:01 -06:00
Showing only changes of commit f8cf545771 - Show all commits

View file

@ -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