debug wip

This commit is contained in:
Allan Jeremy 2022-09-06 16:51:10 +03:00
parent 87371a83b9
commit 72a49d5536

View file

@ -81,7 +81,7 @@ jobs:
run: echo "steps - ${{ steps.pushBenchmarkAttempt1.outcome }}"
- name: Did attempt 1 fail?
run: echo ${{ steps.pushBenchmarkAttempt1.outcome }}
run: echo ${{ steps.pushBenchmarkAttempt1.outcome == 'failure'}}
- name: Push benchmark results (Attempt 2)
id: pushBenchmarkAttempt2