From 4fc5b8e419c0444184c1d418d40e60f6149360c6 Mon Sep 17 00:00:00 2001 From: johnjcasey Date: Tue, 5 Sep 2023 10:39:02 -0400 Subject: [PATCH] update branch checkout, try to view the failure log --- .../beam_PostCommit_Java_IO_GCS_Performance_Tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beam_PostCommit_Java_IO_GCS_Performance_Tests.yml b/.github/workflows/beam_PostCommit_Java_IO_GCS_Performance_Tests.yml index 6f10a7d136a9..541a8da59ae6 100644 --- a/.github/workflows/beam_PostCommit_Java_IO_GCS_Performance_Tests.yml +++ b/.github/workflows/beam_PostCommit_Java_IO_GCS_Performance_Tests.yml @@ -78,7 +78,7 @@ jobs: if: github.event_name == 'schedule' #This has scheduled runs run against the latest release uses: actions/checkout@v3 with: - ref: release-2.50.0 #TODO automate updating this + ref: v2.50.0 #TODO automate updating this repository: apache/beam - name: Checkout non-release branch if: github.event_name != 'schedule' #This has triggered runs checkout the triggering branch @@ -119,4 +119,6 @@ jobs: gradle-command: :it:google-cloud-platform:GCSPerformanceTest env: exportDataset: jjc_test - exportTable: io_performance_metrics \ No newline at end of file + exportTable: io_performance_metrics + - name: view failed test + run: cat file:///home/runner/work/beam/beam/it/google-cloud-platform/build/reports/tests/GCSPerformanceTest/index.html \ No newline at end of file