Skip to content

Commit 1373f40

Browse files
committed
Update E2E test command in CircleCI to change directory before running tests
1 parent efb35d0 commit 1373f40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,8 @@ jobs:
312312
command: |
313313
set -x
314314
cp ~/kc.west ~/.kube/config
315-
make test-e2e ci-tests
315+
cd tests
316+
make ci-tests
316317
317318
generate-manifest:
318319
executor:

0 commit comments

Comments
 (0)