Skip to content

Commit

Permalink
improve steps name
Browse files Browse the repository at this point in the history
  • Loading branch information
dbadura committed Jan 3, 2025
1 parent fb60200 commit 81089db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-kyma-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
ENV: dev
run: |
./.github/scripts/deploy_busola.sh PR-${{ github.event.number }} | tee busola-deploy.log
- name: prepare_kubeconfig
- name: Prepare kubeconfig
run: |
./.github/scripts/prepare_kubeconfig.sh
- name: run_tests
- name: Run tests
shell: bash
run: |
export CYPRESS_DOMAIN=http://${{ steps.deploy_busola.outputs.IP }}
Expand Down

0 comments on commit 81089db

Please sign in to comment.