Skip to content

Commit

Permalink
Actually install playwright in artifact build script now that it's no…
Browse files Browse the repository at this point in the history
…t installed by default

Basically copying bfea348
  • Loading branch information
DanielRosenwasser committed Nov 15, 2020
1 parent ba1b9d2 commit d72de70
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 d72de70

Please sign in to comment.