diff options
| author | XhmikosR <[email protected]> | 2022-12-25 12:41:54 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-25 12:41:54 +0200 |
| commit | 8ba98bc9f09d0abd69044a20f5505f485096ae6e (patch) | |
| tree | e0ddb3531b0a4f1cc02e60ab82bbefc061dc8f55 /.github/workflows | |
| parent | 04edf521c6e9a373f838f608762733993d980a6d (diff) | |
| download | bootstrap-8ba98bc9f09d0abd69044a20f5505f485096ae6e.tar.xz bootstrap-8ba98bc9f09d0abd69044a20f5505f485096ae6e.zip | |
CI: test CSS after build (#37714)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/css.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/css.yml b/.github/workflows/css.yml index c3445eda8..f8da71b31 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 |
