From 8ba98bc9f09d0abd69044a20f5505f485096ae6e Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 25 Dec 2022 12:41:54 +0200 Subject: [PATCH] CI: test CSS after build (#37714) --- .github/workflows/css.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/css.yml b/.github/workflows/css.yml index c3445eda82..f8da71b318 100644 --- a/.github/workflows/css.yml +++ b/.github/workflows/css.yml @@ -33,8 +33,8 @@ jobs: - name: Install npm dependencies run: npm ci - - name: Run CSS tests - run: npm run css-test - - name: Build CSS run: npm run css + + - name: Run CSS tests + run: npm run css-test