mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-09 05:16:47 +00:00
Fail the benchmark job if no file is found
This commit is contained in:
parent
1ab63c7bcb
commit
ea009ec698
1
.github/workflows/benchmark_asterinas.yml
vendored
1
.github/workflows/benchmark_asterinas.yml
vendored
@ -117,6 +117,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ env.BENCHMARK_ARTIFACT }}
|
name: ${{ env.BENCHMARK_ARTIFACT }}
|
||||||
|
if-no-files-found: error # Fail the benchmark job if no file is found.
|
||||||
path: |
|
path: |
|
||||||
result_*.json
|
result_*.json
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user