Skip to content

Commit 5d5a6bd

Browse files
committed
test: enable debug log for e2e
Signed-off-by: Tiexin Guo <[email protected]>
1 parent d745f84 commit 5d5a6bd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: test 1 - clean
8585
run: ./dtm delete -f e2e-tools.yaml -y
8686
- name: test 2 - apply (apps)
87-
run: ./dtm apply -f e2e-apps.yaml -y
87+
run: ./dtm apply --debug -f e2e-apps.yaml -y
8888
- name: test 2 - apply (apps) again
8989
run: ./dtm apply -f e2e-apps.yaml -y
9090
- name: test 2 - check if pod is ready

test/e2e/yaml/e2e-apps.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ vars:
88
defaultBranch: main
99
repoOwner: devstream-io
1010
repoName: dtm-e2e-go
11-
dockerRegistryUserName: dtme2etest
1211
imageRepoOwner: dtme2etest
1312

1413
tools:

0 commit comments

Comments
 (0)