Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dbadura committed Jan 13, 2025
1 parent 55fcd90 commit 51d846e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/setup_local_busola.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ npm run build
IS_DOCKER=true npm run start:prod > busola.log &
export DOMAIN=http://localhost:3001
echo "waiting for server to be up..."
while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' "$DOMAIN")" != "200" ]]; do sleep 5; done
while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' "$DOMAIN")" != "200" ]]; do sleep 5; done
2 changes: 1 addition & 1 deletion .github/workflows/pull-kyma-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Busola
shell: bash
run: |
.github/scripts/setup-local_busola.sh
.github/scripts/setup-busola.sh | tee busola-build.log
env:
ENV: dev
- name: Run tests
Expand Down

0 comments on commit 51d846e

Please sign in to comment.