From 43ea0b236611b0776fe3b57fdf33664806520c33 Mon Sep 17 00:00:00 2001 From: Stephen Adamson Date: Thu, 25 Jun 2026 00:31:20 +0100 Subject: [PATCH] ci: fix yaml and disable setup-go cache --- .gitea/workflows/backend-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/backend-tests.yaml b/.gitea/workflows/backend-tests.yaml index a09675e..26698ae 100644 --- a/.gitea/workflows/backend-tests.yaml +++ b/.gitea/workflows/backend-tests.yaml @@ -1,5 +1,5 @@ name: Backend Tests -description: Runs Go tests with PostgreSQL for all backend packages (runner: node:22-alpine3.21). +description: Runs Go tests with PostgreSQL for all backend packages. on: push: branches: