tftsr-devops_investigation/tests/unit
Shaun Arman cde4a85cc7 fix(ci): fix arm64 cross-compile, drop cargo install tauri-cli, move wiki-sync
build-linux-arm64: switch from QEMU-emulated linux-arm64 runner to cross-compile
on linux-amd64 using aarch64-linux-gnu toolchain. Removes the uname -m arch guard
that was causing the job to exit immediately (QEMU reports x86_64 as kernel arch),
and fixes the artifact path to the explicit target directory.

All build jobs: replace `cargo install tauri-cli --locked` with `npx tauri build`,
using the pre-compiled @tauri-apps/cli binary from devDependencies. Eliminates the
20-30 min Tauri CLI recompilation on every run.

wiki-sync: move from test.yml to auto-tag.yml. test.yml only fires on pull_request
events so the `if: github.ref == 'refs/heads/master'` guard was never true and the
wiki was never updated. auto-tag.yml triggers on push to master, so wiki sync now
runs on every merge.

Update releaseWorkflowCrossPlatformArtifacts.test.ts to match the new workflow.
2026-04-05 10:33:53 -05:00
..
aiProvidersCustomRest.test.ts feat: add custom_rest provider mode and rebrand application name 2026-04-04 15:35:58 -05:00
auditLog.test.tsx fix: UI contrast issues and ARM64 build failure 2026-04-03 08:05:58 -05:00
autoTagWorkflowTrigger.test.ts fix(ci): unblock release jobs and namespace linux artifacts by arch 2026-04-04 23:17:12 -05:00
dashboard.test.tsx fix: UI contrast issues and ARM64 build failure 2026-04-03 08:05:58 -05:00
docEditor.test.tsx fix: UI contrast issues and ARM64 build failure 2026-04-03 08:05:58 -05:00
exportDocument.test.ts fix: UI contrast issues and ARM64 build failure 2026-04-03 08:05:58 -05:00
history.test.tsx fix: UI contrast issues and ARM64 build failure 2026-04-03 08:05:58 -05:00
historyStore.test.ts fix: dashboard shows — while loading, exposes errors, adds refresh button 2026-03-31 08:55:05 -05:00
issueActions.test.ts feat: close issues, restore history, auto-save resolution steps 2026-03-31 12:50:39 -05:00
pii.test.ts feat: initial implementation of TFTSR IT Triage & RCA application 2026-03-14 22:36:25 -05:00
releaseWorkflowCrossPlatformArtifacts.test.ts fix(ci): fix arm64 cross-compile, drop cargo install tauri-cli, move wiki-sync 2026-04-05 10:33:53 -05:00
releaseWorkflowMacBundle.test.ts refactor(ci): remove standalone release workflow 2026-04-04 21:34:15 -05:00
resolution.test.tsx fix: UI contrast issues and ARM64 build failure 2026-04-03 08:05:58 -05:00
sessionStore.test.ts feat: initial implementation of TFTSR IT Triage & RCA application 2026-03-14 22:36:25 -05:00
settingsStore.test.ts fix(security): harden secret handling and audit integrity 2026-04-04 23:37:05 -05:00
setup.ts fix: UI contrast issues and ARM64 build failure 2026-04-03 08:05:58 -05:00