From af099ca73a1d4671d100f2370497d83e569a6722 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 2 Feb 2025 18:47:04 +0100 Subject: [PATCH] chore(ci): rename job of unit-test workflow --- .gitea/workflows/unit-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/unit-tests.yaml b/.gitea/workflows/unit-tests.yaml index e5fc800..8bb91ae 100644 --- a/.gitea/workflows/unit-tests.yaml +++ b/.gitea/workflows/unit-tests.yaml @@ -11,7 +11,7 @@ on: workflow_dispatch: {} jobs: - cluster: + test: container: image: docker.io/library/golang:1.23.5 runs-on: