fix action

This commit is contained in:
IgorKha 2021-10-11 21:09:36 +03:00
parent 02c59f0211
commit 6cb5701e16
No known key found for this signature in database
GPG key ID: F283C5AB2D59E902

View file

@ -21,7 +21,7 @@ jobs:
steps:
- name: deploy with sh script
run: sh -c "$(curl -fsSL https://raw.githubusercontent.com/IgorKha/practice-git-1/master/run.sh?token=AARJYMOSNNLREAAM2J7HL4LBMR3CA)" ""
run: sh -c "$(curl -fsSL https://raw.githubusercontent.com/IgorKha/Grafana-Mikrotik/master/run.sh)" ""
- name: Test Grafana
run: sleep 5 && curl -ILsS --retry 5 --retry-delay 2 "http://localhost:3000/login"