fix tests

This commit is contained in:
Dennis Eichhorn 2024-04-25 01:01:37 +00:00
parent 3eb80c92f0
commit 910665f162

View File

@ -22,7 +22,7 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: ${{ runner.os }}-node
- name: Install dependencies
run: npm ci
run: npm install
- name: Compile CSS
run: npm run scss --style=compressed styles.scss
- name: Check for modified files