Fix tests from upstream changes and add testing to lint staged and ci (#4127)

This commit is contained in:
Zane
2025-08-19 09:09:34 -07:00
committed by GitHub
parent 5c1789a6fc
commit 867752a71e
7 changed files with 75 additions and 59 deletions
+3 -2
View File
@@ -70,9 +70,10 @@ jobs:
path: |
node_modules
ui/desktop/node_modules
key: ${{ runner.os }}-build-desktop-windows-node22-${{ hashFiles('**/package-lock.json') }}
.hermit/node/cache
key: windows-npm-cache-v1-${{ runner.os }}-node22-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-build-desktop-windows-node22-
windows-npm-cache-v1-${{ runner.os }}-node22-
# Cache Cargo registry and git dependencies
- name: Cache Cargo registry