Skip to content

Commit 26c35a3

Browse files
committed
fix: include native image results in the merged report
1 parent fc13cad commit 26c35a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/step-ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ jobs:
271271
272272
merge-test-reports:
273273
if: always() && !inputs.skip_tests
274-
needs: [unit-test-jvm, integration-test-jvm]
274+
needs: [unit-test-jvm, integration-test-jvm, build-test-native-image]
275275
runs-on: ubuntu-latest
276276
steps:
277277
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5

0 commit comments

Comments
 (0)