Skip to content

Commit

Permalink
Fix e2e workflow syntax typo that broke e2e tests (kubeflow#2998)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
  • Loading branch information
andyi2it committed Jun 17, 2023
1 parent 3031694 commit 7075f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
uses: ./.github/actions/base-download

- name: KServe dependency setup
- uses: ./.github/actions/kserve-dep-setup
uses: ./.github/actions/kserve-dep-setup

- name: Download sklearn server image
uses: ishworkh/docker-image-artifact-download@v1
Expand Down

0 comments on commit 7075f71

Please sign in to comment.