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 4a31227 commit e0faa27Copy full SHA for e0faa27
.github/workflows/tests.yml
@@ -77,7 +77,7 @@ jobs:
77
mkdir -p $NODE_GYP_TEMP_DIR
78
npm pack
79
tar xzf *.tgz -C $NODE_GYP_TEMP_DIR --strip-components=1
80
- cp -r test/ $NODE_GYP_TEMP_DIR/test/
+ cp -r tests/ $NODE_GYP_TEMP_DIR/test/
81
echo "dir=$NODE_GYP_TEMP_DIR" >> "$GITHUB_OUTPUT"
82
- name: Test
83
working-directory: ${{ steps.pack.outputs.dir }}
.npmignore
@@ -9,7 +9,7 @@
9
/gyp/test
10
/gyp/tools/
11
/node-gyp-*.tgz
12
-/test/
13
-/test/.node-gyp
+/tests/
+/tests/.node-gyp
14
/update-gyp.py
15
node-gyp-*.tgz
tests/.gitignore
@@ -1 +1 @@
1
-!node_modules
+!node_modules
0 commit comments