Skip to content

Commit 8b7bea5

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents ff2bfb3 + 0dcc478 commit 8b7bea5

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)