Skip to content

Commit

Permalink
test: remove unused cache since autopush
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jun 28, 2023
1 parent 18608f4 commit a8dd3bb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ jobs:
with:
cache: yarn
- run: yarn install
- name: Download previous benchmark data
uses: actions/cache@v3
with:
path: ./cache
key: ${{ runner.os }}-benchmark
- run: npm run test:perf | tee test/perf/output.txt

# Run `github-action-benchmark` action
Expand Down

0 comments on commit a8dd3bb

Please sign in to comment.