We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1904c9d commit f78dcf5Copy full SHA for f78dcf5
.github/workflows/backend-tests.yml
@@ -58,8 +58,6 @@ jobs:
58
cd ./plugin
59
PLUGIN_NAME=$(npx -c 'printf %s\\n "${npm_package_name}"') || exit 1
60
pnpm i
61
- pnpm link --global "${PLUGIN_NAME}"
62
- # Rename to match the glob pattern passed to mocha.
63
ln -s ../src/node_modules/${PLUGIN_NAME} ../node_modules/ep_client
64
-
65
name: Remove core tests so only the client is tested
0 commit comments