mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-21 07:08:39 +00:00
fix tests
This commit is contained in:
parent
e0e74a41ac
commit
1c13108eab
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
|
@ -24,7 +24,12 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: npm install
|
||||
- name: Compile CSS
|
||||
run: npm run scss --style=compressed styles.scss
|
||||
run: |
|
||||
npx sass cssOMS/styles.scss cssOMS/styles.css --style=compressed
|
||||
npx sass cssOMS/animate.scss cssOMS/animate.css --style=compressed
|
||||
npx sass cssOMS/timeline.scss cssOMS/timeline.css --style=compressed
|
||||
npx sass cssOMS/tree.scss cssOMS/tree.css --style=compressed
|
||||
npx sass cssOMS/print.scss cssOMS/print.css --style=compressed
|
||||
- name: Check for modified files
|
||||
id: git-check
|
||||
run: echo ::set-output name=modified::$(if git diff-index --quiet HEAD -- *.{scss,css}; then echo "false"; else echo "true"; fi)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user