Skip to content

Commit 595d0e7

Browse files
committed
fix: grafana code in wworkflow
1 parent edf5aef commit 595d0e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/installation-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
branches:
1010
- master
1111
- develop
12-
12+
1313
jobs:
1414
test-installation:
1515
runs-on: ubuntu-latest
@@ -39,7 +39,7 @@ jobs:
3939
- name: Test Grafana accessibility
4040
run: |
4141
# 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
42+
timeout 60s bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' http://localhost:3000)" != "302" ]]; do sleep 5; done' || exit 1
4343
4444
- name: Test MQTT broker
4545
run: |

0 commit comments

Comments
 (0)