mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 03:08:41 +00:00
fix tests
This commit is contained in:
parent
3eb80c92f0
commit
910665f162
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user