Skip to content

Commit f8905e4

Browse files
Merge pull request #3518 from MicrosoftDocs/Fix-release-notes-script
Install playwright to get Edge OTs
1 parent dd421b9 commit f8905e4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/webplat-relnotes.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
run: |
2525
cd scripts
2626
npm install
27+
npx playwright install
2728
2829
- name: Generate release notes
2930
run: |

0 commit comments

Comments
 (0)