8000 Merge pull request #3518 from MicrosoftDocs/Fix-release-notes-script · MicrosoftDocs/edge-developer@f8905e4 · GitHub
[go: up one dir, main page]

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.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)
0