We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 054472b commit 2463d2dCopy full SHA for 2463d2d
1 file changed
.github/workflows/scripts/run_affected_tests
@@ -143,8 +143,8 @@ main() {
143
directories="${directories} ${required_by}"
144
fi
145
146
- # Build native add-ons for affected packages (if applicable):
147
- for pkg in ${directories}; do
+ # Build native add-ons for packages (if applicable):
+ for pkg in ${packages}; do
148
if [ -f "lib/node_modules/@stdlib/${pkg}/binding.gyp" ]; then
149
NODE_ADDONS_PATTERN="${pkg}" make install-node-addons
150
0 commit comments