From ce86b931c25f28ab0a8f57958c15b42854d1bfe2 Mon Sep 17 00:00:00 2001 From: hunterlong Date: Mon, 18 May 2020 14:59:58 -0700 Subject: [PATCH] postman API tests, mobile design update for dropdown --- .github/workflows/master.yml | 6 +++--- frontend/src/assets/scss/mobile.scss | 7 +++++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 90ca1b94..1e85a347 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -175,7 +175,7 @@ jobs: - name: Run Statping run: | - API_SECRET=demosecret123 statping --port=8080 > /dev/null & + API_SECRET=demosecret123 statping --port=8585 > /dev/null & sleep 3 - name: Postman SQLite Tests @@ -230,7 +230,7 @@ jobs: - name: Run Statping run: | - API_SECRET=demosecret123 statping --port=8080 > /dev/null & + API_SECRET=demosecret123 statping --port=8585 > /dev/null & sleep 3 - name: Postman MySQL Tests @@ -286,7 +286,7 @@ jobs: - name: Run Statping run: | - API_SECRET=demosecret123 statping --port=8080 > /dev/null & + API_SECRET=demosecret123 statping --port=8585 > /dev/null & sleep 3 - name: Postman Postgres Tests diff --git a/frontend/src/assets/scss/mobile.scss b/frontend/src/assets/scss/mobile.scss index ca50c0be..8ad729d0 100644 --- a/frontend/src/assets/scss/mobile.scss +++ b/frontend/src/assets/scss/mobile.scss @@ -6,6 +6,13 @@ background-color: $sm-background-color; } + .service-tm-menu { + height: 300px; + } + + .service-tm-menu A { + height: 27px; + } .index-chart { height: 380px;