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 1343094 commit 1ff6038Copy full SHA for 1ff6038
.github/workflows/build-common.yml
@@ -445,6 +445,10 @@ jobs:
445
- name: Test
446
run: ./gradlew :smoke-tests:test -PsmokeTestSuite=${{ matrix.smoke-test-suite }} ${{ inputs.no-build-cache && ' --no-build-cache' || '' }}
447
448
+ - name: Build scan
449
+ if: ${{ !cancelled() && hashFiles('build-scan.txt') != '' }}
450
+ run: cat build-scan.txt
451
+
452
- name: Upload jvm crash dump files if any
453
if: failure()
454
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
0 commit comments