fix(ci): point CLI tests to cli.mjs output and drop removed buildx install input

This commit is contained in:
2026-09-06 23:03:38 +02:00
parent be617383f4
commit 77b7ae1de6
3 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ export async function checkLinkDoesNotExist(page: Page, link: string) {
}
export async function CLI(...args: string[]) {
return await exec('./packages/cli/dist/cli.js', args, {
return await exec('./packages/cli/dist/cli.mjs', args, {
env: {
...process.env,
CRYPTGEON_SERVER: 'http://localhost:3000',