diff --git a/.forgejo/workflows/build-with-app-image.yaml b/.forgejo/workflows/build-with-app-image.yaml index 21c9527..fcfcbbe 100644 --- a/.forgejo/workflows/build-with-app-image.yaml +++ b/.forgejo/workflows/build-with-app-image.yaml @@ -1,5 +1,4 @@ on: - push: workflow_dispatch: inputs: verbose: diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 5906995..5d1208b 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -7,7 +7,7 @@ jobs: container: image: tiptop:5000/python-ci volumes: - - "/root/.cache/uv:uv_cache" + - "/root/.cache/uv:uv_cache" services: treetrail-database: image: treetrail-database @@ -19,7 +19,7 @@ jobs: - name: Install dependencies run: uv sync - name: Run basic test (bootstrap) - run: .venv/bin/pytest -s tests/basic.py + run: pytest -s tests/basic.py - name: Build container uses: actions/buildah-build@v1