Skip to content

Commit

Permalink
Hotfix docker image cache key in end2end test (flyteorg#408)
Browse files Browse the repository at this point in the history
* Added hotfix for end2end test

Signed-off-by: Yuvraj <[email protected]>
  • Loading branch information
yindia authored Mar 2, 2022
1 parent 3baef11 commit fcddb74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,15 @@ jobs:
needs: [docker-build]
uses: flyteorg/flytetools/.github/workflows/end2end.yml@master
with:
cache_key: ${{ needs.docker-build.outputs.cache_key }}
priorities: "P0"

integration:
name: Integration Test
needs: [docker-build]
uses: flyteorg/flytetools/.github/workflows/integration.yml@master
with:
cache_key: ${{ needs.docker-build.outputs.cache_key }}

generate:
name: Check Go Gennerate
Expand Down

0 comments on commit fcddb74

Please sign in to comment.