From 6c7336489f4e9418192e5bc7c4fc3afba838818d Mon Sep 17 00:00:00 2001 From: Tore Martin Hagen Date: Mon, 9 Sep 2024 11:03:26 +0200 Subject: [PATCH] Require that init-kosli has ran before starting tests, for relase build --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e31412eb..12fdbc72 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: pr_github_token: ${{ secrets.GITHUB_TOKEN }} test: - needs: [pre-build] + needs: [pre-build, init-kosli] uses: ./.github/workflows/test.yml with: AWS_ACCOUNT_ID: 772819027869 @@ -85,7 +85,7 @@ jobs: kosli_api_token: ${{ secrets.KOSLI_API_TOKEN }} docker: - needs: [test, pre-build, init-kosli, never-alone-trail] + needs: [pre-build, init-kosli, test, never-alone-trail] uses: ./.github/workflows/docker.yml with: tag: ${{ needs.pre-build.outputs.tag }}