8000 Actually install playwright in artifact build script now that it's no… · microsoft/TypeScript@d72de70 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit d72de70

Browse files
Actually install playwright in artifact build script now that it's not installed by default
Basically copying bfea348
1 parent ba1b9d2 commit d72de70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-branch-artifact.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
npm test
2626
env:
2727
CI: true
28+
- name: Adding playwright
29+
run: npm install --no-save --no-package-lock playwright
2830
- name: Validate the browser can import TypeScript
2931
run: gulp test-browser-integration
3032
- name: LKG, clean, and pack

0 commit comments

Comments
 (0)
0