From: XhmikosR Date: Sun, 25 Dec 2022 10:41:54 +0000 (+0200) Subject: CI: test CSS after build (#37714) X-Git-Tag: v5.3.0-alpha2~229 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=8ba98bc9f09d0abd69044a20f5505f485096ae6e;p=thirdparty%2Fbootstrap.git CI: test CSS after build (#37714) --- 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