Skip to content

Commit f78dcf5

Browse files
committed
fixed
1 parent 1904c9d commit f78dcf5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/backend-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ jobs:
5858
cd ./plugin
5959
PLUGIN_NAME=$(npx -c 'printf %s\\n "${npm_package_name}"') || exit 1
6060
pnpm i
61-
pnpm link --global "${PLUGIN_NAME}"
62-
# Rename to match the glob pattern passed to mocha.
6361
ln -s ../src/node_modules/${PLUGIN_NAME} ../node_modules/ep_client
6462
-
6563
name: Remove core tests so only the client is tested

0 commit comments

Comments
 (0)