From 784f94c7de0ae0ff460878493431016fc0542093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Alc=C3=A9rreca?= Date: Mon, 27 May 2024 15:07:18 +0000 Subject: [PATCH] CI experiment Change-Id: Ifcda417383bb7c9972de1c3e2efa4d641b32864f --- .github/workflows/Build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index cb1b6a8d7..8d148eff5 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -328,7 +328,7 @@ jobs: || echo "Recording new screenshots" ; ./gradlew connectedDemoDebugAndroidTest -Pandroid.testInstrumentationRunnerArguments.annotation=com.google.samples.apps.nowinandroid.ui.InstrumentedScreenshotTests -Pdropshots.record --daemon --stacktrace ; echo "Done recording new screenshots, exiting with failure" - ; echo ::set-output name=newgoldens::true + ; echo "newgoldens=true" >> $GITHUB_OUTPUT ; exit 5 - name: Prevent pushing new screenshots if this is a fork id: checkfork_screenshots_instrumented