mirror of
https://github.com/IgorKha/Grafana-Mikrotik.git
synced 2025-12-28 21:29:31 +00:00
fix action test & update readme
This commit is contained in:
parent
8148fedc19
commit
7241b15abe
3 changed files with 5 additions and 5 deletions
2
.github/workflows/action.yml
vendored
2
.github/workflows/action.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: deploy with sh script
|
||||
run: sh -c "$(curl -fsSL https://raw.githubusercontent.com/IgorKha/Grafana-Mikrotik/master/run.sh)" ""
|
||||
run: curl -fsSL https://raw.githubusercontent.com/IgorKha/Grafana-Mikrotik/master/run.sh | bash -s --
|
||||
|
||||
- name: Test Grafana
|
||||
run: sleep 5 && curl -ILsS --retry 5 --retry-delay 2 "http://localhost:3000/login"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue