From 0d7615c23aad218d5f4e056768769ae566dcdb76 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 19 Aug 2024 17:39:10 +0100 Subject: [PATCH] fix typo in test workflow --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 044c321..474d9da 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -30,4 +30,4 @@ jobs: - name: 🧪 Run benchmark stress test env: SITE_ENV: production - run: "python ./test/stress.py" + run: "python ./tests/stress.py"