Skip to content

Commit 1ff6038

Browse files
authored
Add build scan link to smoke tests (#14058)
1 parent 1343094 commit 1ff6038

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-common.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,10 @@ jobs:
445445
- name: Test
446446
run: ./gradlew :smoke-tests:test -PsmokeTestSuite=${{ matrix.smoke-test-suite }} ${{ inputs.no-build-cache && ' --no-build-cache' || '' }}
447447

448+
- name: Build scan
449+
if: ${{ !cancelled() && hashFiles('build-scan.txt') != '' }}
450+
run: cat build-scan.txt
451+
448452
- name: Upload jvm crash dump files if any
449453
if: failure()
450454
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2

0 commit comments

Comments
 (0)