mirror of https://github.com/webpack/webpack.git
ci: fix CodSpeedHQ (#19873)
This commit is contained in:
parent
7ddc38a376
commit
d2d939cd7c
|
@ -97,9 +97,10 @@ jobs:
|
|||
- run: yarn link webpack --frozen-lockfile
|
||||
|
||||
- name: Run benchmarks
|
||||
uses: CodSpeedHQ/action@76578c2a7ddd928664caa737f0e962e3085d4e7c # v3.8.1
|
||||
uses: CodSpeedHQ/action@6eeb021fd0f305388292348b775d96d95253adf4 # v4.0.0
|
||||
with:
|
||||
run: yarn benchmark --ci
|
||||
mode: "instrumentation"
|
||||
token: ${{ secrets.CODSPEED_TOKEN }}
|
||||
env:
|
||||
LAST_COMMIT: 1
|
||||
|
|
Loading…
Reference in New Issue