Skip to content

Commit

Permalink
test-docker-compose.yaml: remove tests/e2e_tests volume
Browse files Browse the repository at this point in the history
Since `tests` directory already includes `e2e_tests`, use
`tests` volume for running e2e tests instead of `tests/e2e_tests`.

Signed-off-by: Jeny Sadadia <[email protected]>
  • Loading branch information
Jeny Sadadia authored and JenySadadia committed Feb 26, 2024
1 parent cda0d57 commit 14719b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test-docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 14719b9

Please sign in to comment.