fix: Eliminate act() warnings in frontend tests and resolve Docker arm64 build

- Wrap async mutations in act() across useImport, useProxyHosts, useRemoteServers tests
- Add npm_config_rollup_skip_nodejs_native=1 in Dockerfile to bypass native binary for arm64
- Enable Go module caching in CI via cache-dependency-path on setup-go action
- All frontend tests now pass cleanly (49/49) without React Testing Library warnings
This commit is contained in:
Wikid82
2025-11-18 17:12:15 -05:00
parent 6392ef318b
commit 8e641b01bd
5 changed files with 73 additions and 23 deletions

View File

@@ -47,6 +47,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '1.22'
cache-dependency-path: backend/go.sum
- name: Run Go tests
working-directory: backend
run: |