Skip to content

Commit

Permalink
create tmp folder for cli test in burnt task
Browse files Browse the repository at this point in the history
  • Loading branch information
lyfsn committed Jul 25, 2024
1 parent a8ce757 commit 461cd08
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test_run_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,12 @@ jobs:
sizes: ${{ needs.run-genesis-init-memory-benchmarks.outputs.sizes }}
repetitions: ${{ needs.run-genesis-init-memory-benchmarks.outputs.repetitions }}
steps:
- name: Create /tmp/ directory
run: mkdir -p /tmp/

- name: Set permissions for /tmp/
run: sudo chmod -R 777 /tmp/

- name: Clone burntpix benchmarks repo
run: |
ROOT_DIR=${{ needs.run-genesis-init-memory-benchmarks.outputs.root_dir }}
Expand Down

0 comments on commit 461cd08

Please sign in to comment.