From 87371a83b984451657f27d84900d5710fa7e612e Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Tue, 6 Sep 2022 16:38:15 +0300 Subject: [PATCH] test: testing out benchmark run --- .github/workflows/benchmark-dev.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/benchmark-dev.yml b/.github/workflows/benchmark-dev.yml index 29f0112b..36f0960d 100644 --- a/.github/workflows/benchmark-dev.yml +++ b/.github/workflows/benchmark-dev.yml @@ -80,6 +80,9 @@ jobs: - name: Print steps.pushBenchmarkAttempt1.outcome run: echo "steps - ${{ steps.pushBenchmarkAttempt1.outcome }}" + - name: Did attempt 1 fail? + run: echo ${{ steps.pushBenchmarkAttempt1.outcome }} + - name: Push benchmark results (Attempt 2) id: pushBenchmarkAttempt2 continue-on-error: true