From f97b32e08812bdd7b71d4a19594718aff8e458f5 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 26 Nov 2024 00:56:25 +0100 Subject: [PATCH] cleanup --- .github/workflows/benchmark.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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