From 4768330c1a211db7aee4fe492e8234d88b2525d3 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Thu, 5 Dec 2024 06:55:50 +0100 Subject: [PATCH] test(gh): Fix job name --- .github/workflows/go-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-test.yaml b/.github/workflows/go-test.yaml index ef5c0bd..6723c77 100644 --- a/.github/workflows/go-test.yaml +++ b/.github/workflows/go-test.yaml @@ -9,7 +9,7 @@ on: - master - develop jobs: - test: + tests: runs-on: ubuntu-latest steps: - uses: actions/upload-artifact@v4