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"