Skip to content

Commit

Permalink
revert changes related to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dbadura committed Dec 18, 2024
1 parent c34619e commit 13f3721
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 58 deletions.
38 changes: 0 additions & 38 deletions .github/scripts/deploy_busola.sh

This file was deleted.

13 changes: 0 additions & 13 deletions .github/scripts/prepare_kubeconfig.sh

This file was deleted.

12 changes: 5 additions & 7 deletions .github/workflows/pull-kyma-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,18 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- name: deploy_busola
- name: setup_busola
shell: bash

run: |
./.github/scripts/deploy_busola.sh | tee busola-deploy.log
./.github/scripts/setup-busola.sh | tee busola-build.log
env:
ENV: dev
- name: prepare_kubeconfig
run: |
prepare_kubeconfig.sh
- name: run_tests
shell: bash
run: |
export CYPRESS_DOMAIN=http://${{steps.deploy_busola.IP}}
k3d kubeconfig get kyma > tests/integration/fixtures/kubeconfig.yaml
export CYPRESS_DOMAIN=http://localhost:3001
cd tests/integration
npm ci && npm run "test:kyma-e2e"
- name: Uploads artifacts
Expand Down

0 comments on commit 13f3721

Please sign in to comment.