We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba1b9d2 commit d72de70Copy full SHA for d72de70
.github/workflows/release-branch-artifact.yaml
@@ -25,6 +25,8 @@ jobs:
25
npm test
26
env:
27
CI: true
28
+ - name: Adding playwright
29
+ run: npm install --no-save --no-package-lock playwright
30
- name: Validate the browser can import TypeScript
31
run: gulp test-browser-integration
32
- name: LKG, clean, and pack
0 commit comments