Skip to content

Commit 4ad9ca6

Browse files
committed
chore: add integration test with latest
Signed-off-by: Sunyanan Choochotkaew <[email protected]>
1 parent f90ed1f commit 4ad9ca6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/pr.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,18 @@ jobs:
234234
kepler_tag: release-0.7.11
235235
additional_opts: " DB"
236236

237+
integration-test-with-latest:
238+
needs: [check-secret, check-branch, check-change, base-image]
239+
if: always()
240+
uses: ./.github/workflows/integration-test.yml
241+
with:
242+
base_change: ${{ needs.check-change.outputs.base }}
243+
docker_secret: ${{ needs.check-secret.outputs.docker-secret }}
244+
image_repo: ${{ vars.IMAGE_REPO || 'docker.io/library' }}
245+
image_tag: ${{ needs.check-branch.outputs.tag }}
246+
kepler_tag: latest
247+
additional_opts: " DB"
248+
237249
verify_model_training_script:
238250
runs-on: ubuntu-latest
239251
steps:

0 commit comments

Comments
 (0)