mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +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') }}
|
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
||||||
restore-keys: ${{ runner.os }}-node
|
restore-keys: ${{ runner.os }}-node
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm install
|
||||||
- name: Compile CSS
|
- name: Compile CSS
|
||||||
run: npm run scss --style=compressed styles.scss
|
run: npm run scss --style=compressed styles.scss
|
||||||
- name: Check for modified files
|
- name: Check for modified files
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user