Skip to content

Commit 0dcc478

Browse files
update paths in odh-release workflow
1 parent a5a6d39 commit 0dcc478

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/odh-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838

3939
- name: Compile tests
4040
run: |
41-
go test -c -o compiled-tests/kfto ./tests/kfto/core
42-
go test -c -o compiled-tests/kfto-upgrade ./tests/kfto/upgrade
41+
go test -c -o compiled-tests/fms ./tests/fms
42+
go test -c -o compiled-tests/kfto ./tests/kfto
4343
go test -c -o compiled-tests/odh ./tests/odh
4444
4545
- name: Creates a release in GitHub

0 commit comments

Comments
 (0)