We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc13cad commit 26c35a3Copy full SHA for 26c35a3
.github/workflows/step-ci-build.yml
@@ -271,7 +271,7 @@ jobs:
271
272
merge-test-reports:
273
if: always() && !inputs.skip_tests
274
- needs: [unit-test-jvm, integration-test-jvm]
+ needs: [unit-test-jvm, integration-test-jvm, build-test-native-image]
275
runs-on: ubuntu-latest
276
steps:
277
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
0 commit comments