We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5486e82 commit 574b846Copy full SHA for 574b846
1 file changed
.azure-pipelines/publish-nightly.yml
@@ -56,6 +56,9 @@ extends:
56
versionSource: fromFile
57
versionFilePath: .nvmrc
58
59
+ - script: npx playwright install --with-deps
60
+ displayName: Install Playwright Dependencies
61
+
62
- script: sudo apt install -y libkrb5-dev
63
displayName: Install libkrb5-dev
64
0 commit comments