Remove asset building for test

This commit is contained in:
2026-09-17 19:56:38 +02:00
parent 2345b850b8
commit be7b276dec
+2 -2
View File
@@ -80,8 +80,8 @@ jobs:
# ------------------------- # -------------------------
# Build (optional remove if not needed for tests) # Build (optional remove if not needed for tests)
# ------------------------- # -------------------------
- name: Build Assets # - name: Build Assets
run: npm run build # run: npm run build
# ------------------------- # -------------------------
# Run tests (parallel) # Run tests (parallel)