Skip to content

Commit

Permalink
Require that init-kosli has ran before starting tests, for relase build
Browse files Browse the repository at this point in the history
  • Loading branch information
ToreMerkely committed Sep 9, 2024
1 parent 9c698ef commit 6c73364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 6c73364

Please sign in to comment.