Skip to content

Commit 95bb514

Browse files
committed
corrigiendo Jenkinsfile
1 parent c349fef commit 95bb514

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ pipeline {
5858
steps {
5959
echo '=== Instalando navegadores de Playwright ==='
6060
bat '''
61-
set PLAYWRIGHT_BROWSERS_PATH=${WORKSPACE}\\ms-playwright
62-
npx playwright install --with-deps
61+
set PLAYWRIGHT_BROWSERS_PATH=%WORKSPACE%\\ms-playwright
62+
npx playwright install
6363
'''
6464
}
6565
}

0 commit comments

Comments
 (0)