From 280a8fc21ef366b022c90748b80d7dc1e23e38f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Mon, 22 Apr 2024 18:46:44 +0200 Subject: [PATCH] fix(ci): fix release CI by adding mise installation steps --- .github/workflows/__release-workflow.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/__release-workflow.yaml b/.github/workflows/__release-workflow.yaml index 3426cb907..79093e1f1 100644 --- a/.github/workflows/__release-workflow.yaml +++ b/.github/workflows/__release-workflow.yaml @@ -132,6 +132,10 @@ jobs: with: go-version-file: go.mod + - uses: jdx/mise-action@v2 + with: + install: false + - name: integration tests run: make test.integration env: @@ -160,6 +164,10 @@ jobs: with: go-version-file: go.mod + - uses: jdx/mise-action@v2 + with: + install: false + - name: E2E Tests run: make test.e2e env: