We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55fcd90 commit 51d846eCopy full SHA for 51d846e
.github/scripts/setup_local_busola.sh
@@ -16,4 +16,4 @@ npm run build
16
IS_DOCKER=true npm run start:prod > busola.log &
17
export DOMAIN=http://localhost:3001
18
echo "waiting for server to be up..."
19
-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
.github/workflows/pull-kyma-integration-tests.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Setup Busola
36
shell: bash
37
run: |
38
- .github/scripts/setup-local_busola.sh
+ .github/scripts/setup-busola.sh | tee busola-build.log
39
env:
40
ENV: dev
41
- name: Run tests
0 commit comments