We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf5aef commit 595d0e7Copy full SHA for 595d0e7
.github/workflows/installation-test.yml
@@ -9,7 +9,7 @@ on:
9
branches:
10
- master
11
- develop
12
-
+
13
jobs:
14
test-installation:
15
runs-on: ubuntu-latest
@@ -39,7 +39,7 @@ jobs:
39
- name: Test Grafana accessibility
40
run: |
41
# Wait for Grafana to be ready
42
- timeout 60s bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' http://localhost:3000)" != "200" ]]; do sleep 5; done' || exit 1
+ timeout 60s bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' http://localhost:3000)" != "302" ]]; do sleep 5; done' || exit 1
43
44
- name: Test MQTT broker
45
0 commit comments