test: testing out benchmark run

This commit is contained in:
Allan Jeremy 2022-09-06 16:38:15 +03:00
parent 9332ea2e49
commit 87371a83b9

View file

@ -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