From d98c8d027f1d860b4a3aa295255683b76628be20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hanno=20J=2E=20G=C3=B6decke?= Date: Tue, 16 May 2023 12:23:48 +0200 Subject: [PATCH] fix check if debug property exists --- .github/workflows/e2ePerformanceTests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2ePerformanceTests.yml b/.github/workflows/e2ePerformanceTests.yml index 3fdc7f251c67..d66a59bfbc27 100644 --- a/.github/workflows/e2ePerformanceTests.yml +++ b/.github/workflows/e2ePerformanceTests.yml @@ -183,7 +183,7 @@ jobs: run: cat "./Host_Machine_Files/\$WORKING_DIRECTORY/output.md" - name: Print AWS Device Farm verbose run results - if: ${{ always() && fromJSON(runner.debug) }} + if: ${{ always() && runner.debug != null && fromJSON(runner.debug) }} run: cat "./Host_Machine_Files/\$WORKING_DIRECTORY/debug.log" - name: Check if test failed, if so post the results and add the DeployBlocker label