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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user