Skip to content

Commit b19a45c

Browse files
committed
revert changes related to ci
1 parent c34619e commit b19a45c

File tree

3 files changed

+5
-58
lines changed

3 files changed

+5
-58
lines changed

.github/scripts/deploy_busola.sh

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/scripts/prepare_kubeconfig.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/workflows/pull-kyma-integration-tests.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)