Skip to content

Commit

Permalink
Actually install playwright in artifact build script
Browse files Browse the repository at this point in the history
Now that it's not installed by default
  • Loading branch information
weswigham committed Nov 12, 2020
1 parent f79a78c commit bfea348
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-branch-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
npm test
env:
CI: true
- name: Adding playwright
run: npm install --no-save --no-package-lock playwright
- name: Validate the browser can import TypeScript
run: gulp test-browser-integration
- name: LKG, clean, and pack
Expand Down

0 comments on commit bfea348

Please sign in to comment.