mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
test: testing out benchmark run
This commit is contained in:
parent
9332ea2e49
commit
87371a83b9
1 changed files with 3 additions and 0 deletions
3
.github/workflows/benchmark-dev.yml
vendored
3
.github/workflows/benchmark-dev.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue