try grass for scss parsing in ci worker

This commit is contained in:
einhornimmond 2025-11-30 13:41:18 +01:00
parent bcc86d3822
commit 646723055f

View File

@ -32,6 +32,9 @@ jobs:
- name: Boot up test system | seed backend
run: bun turbo seed --env-mode=loose
- name: Install grass
run: cargo install grass
- name: Boot up test system | docker-compose backend, frontend
run: |
cd backend