Skip to content

Commit

Permalink
Fixing Playright issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jharper-sec authored Mar 26, 2024
1 parent debce54 commit 29eea4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ pipeline {
}
sh '''
terraform init -upgrade
npm i @playwright/test@1.32.1 --no-bin-links --no-save
npx playwright@1.32.1 install --with-deps chromium
npm i @playwright/test@1.42.1 --no-bin-links --no-save
npx playwright@1.42.1 install --with-deps chromium
'''
}
}
Expand Down

0 comments on commit 29eea4e

Please sign in to comment.