Skip to content

Commit e0faa27

Browse files
committed
fixup!
1 parent 4a31227 commit e0faa27

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
mkdir -p $NODE_GYP_TEMP_DIR
7878
npm pack
7979
tar xzf *.tgz -C $NODE_GYP_TEMP_DIR --strip-components=1
80-
cp -r test/ $NODE_GYP_TEMP_DIR/test/
80+
cp -r tests/ $NODE_GYP_TEMP_DIR/test/
8181
echo "dir=$NODE_GYP_TEMP_DIR" >> "$GITHUB_OUTPUT"
8282
- name: Test
8383
working-directory: ${{ steps.pack.outputs.dir }}

.npmignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/gyp/test
1010
/gyp/tools/
1111
/node-gyp-*.tgz
12-
/test/
13-
/test/.node-gyp
12+
/tests/
13+
/tests/.node-gyp
1414
/update-gyp.py
1515
node-gyp-*.tgz

tests/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
!node_modules
1+
!node_modules

0 commit comments

Comments
 (0)