ci(e2e): use bun x instead of missing bunx shim (PMS-532) #391
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/PMS-532-e2e-bunx-shim"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The opensuse-dev runner image ships bun but not the
bunxshim, so thePlaywright steps died with
bunx: command not found(exit 127). Bunexposes the same runner via the
bun xsubcommand, which is alwayspresent wherever the
bunbinary is. Swap bothbunxinvocations (thebrowser-install step and the suite run) to
bun x;bun installisunchanged.
#PMS-532
bun xinstead of missingbunxshim (PMS-532)