Skip to content

Commit c9b5a79

Browse files
chore: add debug echo
Signed-off-by: Nikita Korolev <[email protected]>
1 parent f17812a commit c9b5a79

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/e2e.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,17 @@ jobs:
6565

6666
- name: e2e
6767
run: |
68+
echo "Install"
69+
curl -fsSL -o d8-install.sh https://raw.githubusercontent.com/deckhouse/deckhouse-cli/main/d8-install.sh
70+
bash d8-install.sh
71+
echo "----"
72+
6873
export E2E_CLUSTERTRANSPORT_KUBECONFIG=$KUBECONFIG
6974
cd ./tests/e2e/
75+
76+
echo "Show tasks"
77+
task
78+
echo "--"
79+
80+
echo "Run task local"
7081
task run_local

0 commit comments

Comments
 (0)