From 602c813e60df93f9ae8fcbdb59015c3d1cdbb47b Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Fri, 22 Nov 2024 12:43:44 +0100 Subject: [PATCH] Add SQA tests --- .github/workflows/sqaaas.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sqaaas.yaml b/.github/workflows/sqaaas.yaml index 5d5ab8c8..42a7bad3 100644 --- a/.github/workflows/sqaaas.yaml +++ b/.github/workflows/sqaaas.yaml @@ -14,6 +14,7 @@ jobs: uses: eosc-synergy/sqaaas-step-action@v1 id: go_unit_test with: + name: go_unit_test container: "golang:1.21.4-alpine3.18" tool: commands commands: "go test ./... -v"