From b93a3df98c8f6a120b0efd7b3a37142f2f049d65 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Thu, 5 Dec 2024 07:04:47 +0100 Subject: [PATCH] test(gh): Checkout project --- .github/workflows/go-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go-test.yaml b/.github/workflows/go-test.yaml index 6723c77..6f9efea 100644 --- a/.github/workflows/go-test.yaml +++ b/.github/workflows/go-test.yaml @@ -35,6 +35,7 @@ jobs: runs-on: ubuntu-latest needs: tests steps: + - uses: actions/checkout@v4 - uses: actions/download-artifact@v4 with: name: tests-results