Skip to content

Commit c2c194e

Browse files
BayheckBayheck
and
Bayheck
authored
update: example with bitbucket (#8346)
<!-- Thank you for your contribution. Before making a PR, please read our contributing guidelines at https://github.com/DevExpress/testcafe/blob/master/CONTRIBUTING.md#code-contribution We recommend creating a *draft* PR, so that you can mark it as 'ready for review' when you are done. --> ## Purpose _Describe the problem you want to address or the feature you want to implement._ ## Approach _Describe how your changes address the issue or implement the desired functionality in as much detail as possible._ ## References ## Pre-Merge TODO - [ ] Write tests for your proposed changes - [ ] Make sure that existing tests do not fail Co-authored-by: Bayheck <adil.rakhaliyev@devexpress.com>
1 parent cc0f2f8 commit c2c194e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
1-
image: circleci/node:10.14-browsers
1+
image: cimg/node:current-browsers
22
pipelines:
33
pull-requests:
44
'**':
55
- step:
66
script:
7+
- wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
8+
- sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
9+
- sudo apt update
10+
- sudo apt install google-chrome-stable
711
- npm ci
812
- npm test
913

1014
branches:
1115
master:
1216
- step:
1317
script:
18+
- wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
19+
- sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
20+
- sudo apt update
21+
- sudo apt install google-chrome-stable
1422
- npm ci
1523
- npm test

0 commit comments

Comments
 (0)