From 416edb0f7072cc3077be8363c87372843c6ed46c Mon Sep 17 00:00:00 2001 From: Daniel Vigovszky Date: Fri, 13 Sep 2024 19:00:05 +0200 Subject: [PATCH] Fix --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bdafb4305..bc323dc71 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -505,7 +505,9 @@ jobs: if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && github.repository == 'golemcloud/golem' needs: [ - build-and-test, + build, + check, + test, worker-tests, integration-tests, cli-tests,