Skip to content

Commit

Permalink
chore: add debug echo
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Korolev <[email protected]>
  • Loading branch information
universal-itengineer committed Oct 18, 2024
1 parent f17812a commit bee42b5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,17 @@ jobs:

- name: e2e
run: |
echo "Install"
curl -fsSL -o d8-install.sh https://raw.githubusercontent.com/deckhouse/deckhouse-cli/main/d8-install.sh
bash d8-install.sh
echo "----"
export E2E_CLUSTERTRANSPORT_KUBECONFIG=$KUBECONFIG
cd ./tests/e2e/
echo "Show tasks"
task
echo "--"
echo "Run task local"
task run_local
2 changes: 2 additions & 0 deletions tests/e2e/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ tasks:
- ginkgo
cmds:
- |
echo "Check ginkgo"
ginkgo version
{{if .TEST }}
export E2E_CLUSTERTRANSPORT_KUBECONFIG={{.E2E_CLUSTERTRANSPORT_KUBECONFIG}}
ginkgo --focus "{{ .TEST }}" -v
Expand Down

0 comments on commit bee42b5

Please sign in to comment.