Skip to content

Commit

Permalink
update paths in odh-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ChughShilpa authored and openshift-merge-bot[bot] committed Jan 6, 2025
1 parent a5a6d39 commit 0dcc478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/odh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:

- name: Compile tests
run: |
go test -c -o compiled-tests/kfto ./tests/kfto/core
go test -c -o compiled-tests/kfto-upgrade ./tests/kfto/upgrade
go test -c -o compiled-tests/fms ./tests/fms
go test -c -o compiled-tests/kfto ./tests/kfto
go test -c -o compiled-tests/odh ./tests/odh
- name: Creates a release in GitHub
Expand Down

0 comments on commit 0dcc478

Please sign in to comment.