2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-14 18:42:24 +03:00

fix: build packages before benchmark

This commit is contained in:
Nikolay Kostyurin
2023-07-24 16:55:38 +02:00
parent 16c737ec6e
commit 43eaa512b9
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
run: npm ci run: npm ci
- name: Bootstrap dependencies - name: Bootstrap dependencies
run: npm run bootstrap run: npm run build && npm run bootstrap
- name: Run benchmark - name: Run benchmark
run: cd benchmark && npm start run: cd benchmark && npm start