Skip to content

Commit

Permalink
fix folder creation
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ghtym0 committed Jan 23, 2024
1 parent 2ecba03 commit d85d3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/e2e_benchmark/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d85d3b8

Please sign in to comment.