From 8f7234c655bf8337fd917e303e1cc1bce66df5d7 Mon Sep 17 00:00:00 2001 From: Lars Windolf Date: Tue, 13 Feb 2024 00:10:49 +0100 Subject: [PATCH] Fix CI --- .github/workflows/test.yml | 3 ++- frontend/css/style.css | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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; }