Skip to content

Commit

Permalink
feat: cleanup workspace before benchmarking, to test if it helps with…
Browse files Browse the repository at this point in the history
… SHOT.
  • Loading branch information
maxemiliang committed Apr 17, 2024
1 parent 531d8c3 commit a2a0896
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/benchmarker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ jobs:
runs-on: [ self-hosted, linux, cmake ]

steps:
- name: Cleanup workspace
run: |
sudo rm -rf ./* || true
sudo rm -rf ./.??* || true
- shell: bash
run: git -C shot-benchmarker pull || git clone https://github.com/maxemiliang/shot-benchmarker.git

Expand Down

0 comments on commit a2a0896

Please sign in to comment.