Skip to content

Commit ff6e300

Browse files
committed
Update runtests.sh
1 parent 6ae1f1a commit ff6e300

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/helix/content/runtests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ if [ -f "$PLAYWRIGHT_DRIVER_PATH" ]; then
3535
chmod +x $PLAYWRIGHT_DRIVER_PATH
3636
echo "chmod +x $DIR/.playwright/unix/native/node"
3737
chmod +x $DIR/.playwright/unix/native/node
38+
echo "copying drivers to workitem root"
39+
cp -r ./.playwright/unix/native/ .
3840
fi
3941

4042
RESET="\033[0m"

0 commit comments

Comments
 (0)