diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 108f2ead..86051434 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -25,9 +25,9 @@ jobs: node-version-file: web/package.json cache: "npm" cache-dependency-path: web/package-lock.json - - run: make web-install gen-client-ts web-build + - run: make web-install web-build - run: make test-env-start - - run: make install-deps gen-clean gen-client-go + - run: make install-deps - run: make bench - name: Store benchmark result uses: benchmark-action/github-action-benchmark@v1