Skip to content

Commit 40212fe

Browse files
committed
fix: for e2e tests install globally @xyd-js/cli
1 parent 12de162 commit 40212fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests:e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
fi
8080
8181
echo "📦 Installing @xyd-js/cli@${LATEST_BUILD_VERSION}"
82-
pnpm add @xyd-js/cli@${LATEST_BUILD_VERSION} --registry=https://registry.npmjs.org
82+
pnpm add -g @xyd-js/cli@${LATEST_BUILD_VERSION} --registry=https://registry.npmjs.org
8383
8484
- name: 🧪 Run E2E tests
8585
run: pnpm run test:e2e

0 commit comments

Comments
 (0)