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