2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00

fix: benchmark job

This commit is contained in:
Nikolay Kostyurin
2023-07-24 16:49:49 +02:00
parent f9f7212061
commit 16c737ec6e
+4
View File
@@ -19,6 +19,10 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Bootstrap dependencies
run: npm run bootstrap
- name: Run benchmark
run: cd benchmark && npm start