Skip to content

Commit

Permalink
added install playwright (#4417)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ibrahimmaga authored Mar 4, 2021
1 parent 25480e3 commit bf786b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Test Playwright
run: |
cd packages/web-components/fast-components
npm install playwright
yarn test-chromium:pw
yarn test-firefox:pw
yarn test-webkit:pw
Expand Down Expand Up @@ -89,6 +90,7 @@ jobs:
- name: Test Playwright
run: |
cd packages/web-components/fast-components
npm install playwright
yarn test-chromium:pw
yarn test-firefox:pw
yarn test-webkit:pw
Expand Down Expand Up @@ -127,6 +129,7 @@ jobs:
- name: Test Playwright
run: |
cd packages/web-components/fast-components
npm install playwright
yarn test-chromium:pw
yarn test-firefox:pw
yarn test-webkit:pw

0 comments on commit bf786b2

Please sign in to comment.