other test
Some checks failed
Build and deploy the backend to staging / Deploy to staging (pull_request) Has been cancelled
Build and deploy the backend to staging / Build and push image (pull_request) Has been cancelled
Run linting on the backend code / Build (pull_request) Has been cancelled
Run testing on the backend code / Build (pull_request) Failing after 22s

This commit is contained in:
2025-11-24 15:27:58 +01:00
parent 63d3ff63e7
commit 8ceaf549e4

View File

@@ -15,10 +15,10 @@ jobs:
- uses: https://gitea.com/actions/checkout@v4 - uses: https://gitea.com/actions/checkout@v4
- name: Install uv (manually) - name: Install uv (setup-uv)
run: | uses: astral-sh/setup-uv@v6
curl -LsSf https://astral.sh/uv/install.sh | sh with:
echo "$HOME/.local/bin" >> $GITHUB_PATH version: "latest"
- name: Install dependencies - name: Install dependencies
working-directory: backend working-directory: backend