Skip to content

Commit

Permalink
Updated due to symlink issues
Browse files Browse the repository at this point in the history
  • Loading branch information
davidaustinarcher committed Jan 27, 2023
1 parent 578de29 commit 121c90c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ pipeline {
}
sh '''
terraform init -upgrade
npm link @playwright/test
npm i @playwright/test --no-bin-links
npx playwright install --with-deps chromium
'''
}
}
Expand Down

0 comments on commit 121c90c

Please sign in to comment.