Commit 516c4d6
committed
ci(confidant): cross-platform test matrix for @elizaos/confidant
Adds a dedicated workflow that runs the package's vitest suite on
ubuntu / macos / windows. The package's headline claim is that the
OS-keyring credential mediation layer works the same on all three
platforms; this workflow makes that claim verifiable in every PR that
touches packages/confidant/**.
Notes
- Confidant installs standalone (`cd packages/confidant && bun install`)
rather than going through the root workspace install. This keeps the
CI run independent of which submodules are initialized in the
checkout, and finishes in seconds rather than minutes.
- On Linux, libsecret + gnome-keyring + dbus are installed and a
session DBus + unlocked secret-service daemon are started so the
real keyring round-trip tests run. Without those, the tests are
designed to skip cleanly via a module-import-time probe — fail-open
on hosts without a usable Secret Service.
- The workflow is path-filtered to packages/confidant/** + the
workflow file itself, so unrelated changes don't trigger it.
- Both `develop` and `main` are listed as branches so the workflow
runs for the standard elizaOS PR target.1 parent 20dd6c4 commit 516c4d6
1 file changed
Lines changed: 75 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
0 commit comments