mirror of https://github.com/statping/statping
postman API tests, mobile design update for dropdown
parent
3edfd7658d
commit
ce86b931c2
|
@ -175,7 +175,7 @@ jobs:
|
||||||
|
|
||||||
- name: Run Statping
|
- name: Run Statping
|
||||||
run: |
|
run: |
|
||||||
API_SECRET=demosecret123 statping --port=8080 > /dev/null &
|
API_SECRET=demosecret123 statping --port=8585 > /dev/null &
|
||||||
sleep 3
|
sleep 3
|
||||||
|
|
||||||
- name: Postman SQLite Tests
|
- name: Postman SQLite Tests
|
||||||
|
@ -230,7 +230,7 @@ jobs:
|
||||||
|
|
||||||
- name: Run Statping
|
- name: Run Statping
|
||||||
run: |
|
run: |
|
||||||
API_SECRET=demosecret123 statping --port=8080 > /dev/null &
|
API_SECRET=demosecret123 statping --port=8585 > /dev/null &
|
||||||
sleep 3
|
sleep 3
|
||||||
|
|
||||||
- name: Postman MySQL Tests
|
- name: Postman MySQL Tests
|
||||||
|
@ -286,7 +286,7 @@ jobs:
|
||||||
|
|
||||||
- name: Run Statping
|
- name: Run Statping
|
||||||
run: |
|
run: |
|
||||||
API_SECRET=demosecret123 statping --port=8080 > /dev/null &
|
API_SECRET=demosecret123 statping --port=8585 > /dev/null &
|
||||||
sleep 3
|
sleep 3
|
||||||
|
|
||||||
- name: Postman Postgres Tests
|
- name: Postman Postgres Tests
|
||||||
|
|
|
@ -6,6 +6,13 @@
|
||||||
background-color: $sm-background-color;
|
background-color: $sm-background-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.service-tm-menu {
|
||||||
|
height: 300px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.service-tm-menu A {
|
||||||
|
height: 27px;
|
||||||
|
}
|
||||||
|
|
||||||
.index-chart {
|
.index-chart {
|
||||||
height: 380px;
|
height: 380px;
|
||||||
|
|
Loading…
Reference in New Issue