Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Launching vscode with some default extensions installed #424

Merged
merged 17 commits into from
Nov 1, 2024
Prev Previous commit
update
Signed-off-by: vitaliy-guliy <[email protected]>
vitaliy-guliy committed Oct 25, 2024

Verified

This commit was signed with the committer’s verified signature.
Kikobeats Kiko Beats
commit ba2a9accb84369d407a4f713e18b6be6693f42d7
4 changes: 2 additions & 2 deletions .github/workflows/smoke-test-pr-check.yaml
Original file line number Diff line number Diff line change
@@ -108,8 +108,8 @@ jobs:
chectl server:deploy \
--batch \
--platform minikube \
--k8spodwaittimeout=240000 \
--k8spodreadytimeout=240000 \
--k8spodwaittimeout=480000 \
--k8spodreadytimeout=480000 \
--che-operator-cr-patch-yaml "${GITHUB_WORKSPACE}/build/test/github-minikube-checluster-patch.yaml"

#