diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index c3478ec..b498354 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -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