File tree Expand file tree Collapse file tree 3 files changed +5
-58
lines changed
Expand file tree Collapse file tree 3 files changed +5
-58
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -32,20 +32,18 @@ jobs:
3232 - uses : actions/setup-node@v4
3333 with :
3434 node-version : 20
35- - name : deploy_busola
35+ - name : setup_busola
3636 shell : bash
37-
3837 run : |
39- ./.github/scripts/deploy_busola .sh | tee busola-deploy .log
38+ ./.github/scripts/setup-busola .sh | tee busola-build .log
4039 env :
4140 ENV : dev
42- - name : prepare_kubeconfig
43- run : |
44- prepare_kubeconfig.sh
4541 - name : run_tests
4642 shell : bash
4743 run : |
48- export CYPRESS_DOMAIN=http://${{steps.deploy_busola.IP}}
44+ k3d kubeconfig get kyma > tests/integration/fixtures/kubeconfig.yaml
45+ export CYPRESS_DOMAIN=http://localhost:3001
46+
4947 cd tests/integration
5048 npm ci && npm run "test:kyma-e2e"
5149 - name : Uploads artifacts
You can’t perform that action at this time.
0 commit comments