From f76ee4c160e177dc4e491b7fe5d2fb59f01caacd Mon Sep 17 00:00:00 2001 From: Sasha Syrotenko Date: Fri, 22 Nov 2024 16:34:16 +0200 Subject: [PATCH] Fix typo --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index d9ac4083..f17ffe01 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -79,5 +79,5 @@ jobs: - name: Rust Integration Test run: cargo test --features it-tests - working-directory: ./tests/e2e/e2e-tests + working-directory: ./tests/e2e/e2e_tests