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 ce0ede5 commit 00fab83Copy full SHA for 00fab83
1 file changed
.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 tests/ $NODE_GYP_TEMP_DIR/test/
+ cp -r tests/ $NODE_GYP_TEMP_DIR/tests/
81
echo "dir=$NODE_GYP_TEMP_DIR" >> "$GITHUB_OUTPUT"
82
- name: Test
83
working-directory: ${{ steps.pack.outputs.dir }}
0 commit comments