From d85d3b8ea7ed3a352079dcd2181165453e0402b9 Mon Sep 17 00:00:00 2001 From: Moritz Eckert Date: Tue, 23 Jan 2024 16:15:54 +0100 Subject: [PATCH] fix folder creation --- .github/actions/e2e_benchmark/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/e2e_benchmark/action.yml b/.github/actions/e2e_benchmark/action.yml index da4c4c60dc6..4f39bf2fc84 100644 --- a/.github/actions/e2e_benchmark/action.yml +++ b/.github/actions/e2e_benchmark/action.yml @@ -133,6 +133,7 @@ runs: BDIR: benchmarks CSP: ${{ inputs.cloudProvider }} run: | + mkdir -p benchmarks python .github/actions/e2e_benchmark/evaluate/parse.py - name: Upload benchmark results to action run @@ -161,7 +162,6 @@ runs: env: CSP: ${{ inputs.cloudProvider }} run: | - mkdir -p benchmarks aws s3 cp --recursive ${S3_PATH} benchmarks --no-progress if [[ -f benchmarks/constellation-${CSP}.json ]]; then mv benchmarks/constellation-${CSP}.json benchmarks/constellation-${CSP}-previous.json