fix actions

This commit is contained in:
IgorKha 2022-07-27 16:15:37 +03:00
parent aafa4316d5
commit 0e616af363

View file

@ -24,7 +24,7 @@ jobs:
run: curl -fsSL https://raw.githubusercontent.com/IgorKha/Grafana-Mikrotik/master/run.sh | bash -s -- run: curl -fsSL https://raw.githubusercontent.com/IgorKha/Grafana-Mikrotik/master/run.sh | bash -s --
- name: Test Grafana - name: Test Grafana
run: sleep 5 && curl -GLsS --retry 5 --retry-delay 2 "http://localhost:3000/api/health" run: sleep 5 && curl -GLsS --retry 5 --retry-all-errors --retry-delay 2 'http://localhost:3000/api/health'
- name: Test Prometheus - name: Test Prometheus
run: curl -GLsS --retry 5 --retry-delay 2 "http://localhost:9090/-/ready" run: curl -GLsS --retry 5 --retry-delay 2 "http://localhost:9090/-/ready"