ci: fix CodSpeedHQ (#19873)

This commit is contained in:
Alexander Akait 2025-09-05 12:28:58 +03:00 committed by GitHub
parent 7ddc38a376
commit d2d939cd7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -97,9 +97,10 @@ jobs:
- run: yarn link webpack --frozen-lockfile - run: yarn link webpack --frozen-lockfile
- name: Run benchmarks - name: Run benchmarks
uses: CodSpeedHQ/action@76578c2a7ddd928664caa737f0e962e3085d4e7c # v3.8.1 uses: CodSpeedHQ/action@6eeb021fd0f305388292348b775d96d95253adf4 # v4.0.0
with: with:
run: yarn benchmark --ci run: yarn benchmark --ci
mode: "instrumentation"
token: ${{ secrets.CODSPEED_TOKEN }} token: ${{ secrets.CODSPEED_TOKEN }}
env: env:
LAST_COMMIT: 1 LAST_COMMIT: 1