From 14719b97cdded650066d0ade58264a82c077e00b Mon Sep 17 00:00:00 2001 From: Jeny Sadadia Date: Mon, 26 Feb 2024 11:44:57 +0530 Subject: [PATCH] test-docker-compose.yaml: remove `tests/e2e_tests` volume Since `tests` directory already includes `e2e_tests`, use `tests` volume for running e2e tests instead of `tests/e2e_tests`. Signed-off-by: Jeny Sadadia --- test-docker-compose.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/test-docker-compose.yaml b/test-docker-compose.yaml index 3c1e65b6..d26159c5 100644 --- a/test-docker-compose.yaml +++ b/test-docker-compose.yaml @@ -57,7 +57,6 @@ services: volumes: - './api:/home/kernelci/api' - './tests:/home/kernelci/tests' - - './tests/e2e_tests:/home/kernelci/e2e_tests' depends_on: - api env_file: