From ea009ec6985bd24fc7f42d1fca0e4e133085d70e Mon Sep 17 00:00:00 2001 From: Fabing Li Date: Tue, 17 Dec 2024 08:20:00 +0000 Subject: [PATCH] Fail the benchmark job if no file is found --- .github/workflows/benchmark_asterinas.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/benchmark_asterinas.yml b/.github/workflows/benchmark_asterinas.yml index 6b50a73f..35a0dbe3 100644 --- a/.github/workflows/benchmark_asterinas.yml +++ b/.github/workflows/benchmark_asterinas.yml @@ -117,6 +117,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: ${{ env.BENCHMARK_ARTIFACT }} + if-no-files-found: error # Fail the benchmark job if no file is found. path: | result_*.json