chore: fix the historical benchmark pipeline (#1603)

This commit is contained in:
Andrew Tatomyr
2024-07-01 17:44:23 +03:00
committed by GitHub
parent 6534300d7b
commit 0fa210703a

View File

@@ -64,7 +64,7 @@ jobs:
- name: Run Benchmark
run: |
cd benchmark/
npm run unit
npm test # This command is generated and injected into package.json in the previous step.
cat benchmark_check.md
env:
CI: true