diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 50ef282..c69991b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,4 +22,5 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: | - npm install jshint && npx jshint frontend/*.js frontend/*/*.js + cd frontend + npm install && npm test diff --git a/frontend/css/style.css b/frontend/css/style.css index f61bfdb..0ab4bd3 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -74,7 +74,7 @@ html, margin-bottom: 12px; } -#multistatus, x-multistatus-cloud { +#multistatus { margin: 12px; margin-bottom: 24px; }