Skip to content

Commit 00fab83

Browse files
committed
tests
1 parent ce0ede5 commit 00fab83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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 tests/ $NODE_GYP_TEMP_DIR/test/
80+
cp -r tests/ $NODE_GYP_TEMP_DIR/tests/
8181
echo "dir=$NODE_GYP_TEMP_DIR" >> "$GITHUB_OUTPUT"
8282
- name: Test
8383
working-directory: ${{ steps.pack.outputs.dir }}

0 commit comments

Comments
 (0)