added pytest
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 8s

This commit is contained in:
2026-07-28 15:27:38 +01:00
parent 5ce89adc12
commit e14ceecf19
3 changed files with 67 additions and 1 deletions
+3 -1
View File
@@ -31,6 +31,8 @@ jobs:
run: wget -qO- https://astral.sh/uv/install.sh | sh
- name: Check out repository code
uses: actions/checkout@v4
- name: List files in the repository
- name: Sync dependencies
run: uv sync
- name: Run tests
run: uv run pytest
- run: echo "🍏 This job's status is ${{ job.status }}."