Skip to content

Commit

Permalink
chore: use beta version on prod codspeed
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencaccia committed Nov 30, 2023
1 parent 507aa93 commit f56dfa5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
# use version from `main` branch to always test the latest version, in real projects, use a tag, like `@v1`
uses: CodSpeedHQ/action@integrate-native-runner
with:
upload-url: ${{ secrets.CODSPEED_UPLOAD_URL_ADRIEN_LOCAL }}/upload
runner-version: 2.0.1-beta.11
runner-version: 2.0.0-beta.1
run: |
pnpm moon run --concurrency 1 :bench
pnpm --workspace-concurrency 1 -r bench-tinybench
Expand Down

0 comments on commit f56dfa5

Please sign in to comment.