Skip to content

Commit

Permalink
chore: testcafe only in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Nov 10, 2022
1 parent fbb0850 commit a58e815
Show file tree
Hide file tree
Showing 7 changed files with 2,918 additions and 8,113 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
cache: 'npm'
check-latest: true
- run: npm clean-install
- run: npm install --save-dev testcafe-browser-provider-browserstack@1
- run: npm install --global testcafe@2 testcafe-browser-provider-browserstack@1
- run: npm run build:browser
- name: BrowserStack Env Setup
uses: browserstack/github-actions/setup-env@00ce173eae311a7838f80682a5fad5144c4219ad
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ jobs:
cache: 'npm'
check-latest: true
- run: npm clean-install
- run: npm install --global testcafe@2
- name: Load cached dist
uses: actions/cache@v3
id: dist
Expand Down
Loading

0 comments on commit a58e815

Please sign in to comment.