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