From d59b9f52164c731a3cb3c502d34ebbefe07abd5b Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sun, 28 Sep 2025 19:40:26 +0000 Subject: [PATCH] improve tests --- .github/workflows/backend-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-test.yml b/.github/workflows/backend-test.yml index 557b7e3bfc..466224b0e4 100644 --- a/.github/workflows/backend-test.yml +++ b/.github/workflows/backend-test.yml @@ -66,7 +66,7 @@ jobs: - name: Substitute EE code (EE logic is behind feature flag) run: | - ./backend/substitute_ee_code.sh --copy --dir ./windmill-ee-private + ./substitute_ee_code.sh --copy --dir ./windmill-ee-private - name: cargo test timeout-minutes: 16 run: