Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f735ca

Browse files
committed
pin chrome 127 in jasmine tests
1 parent 3eccac0 commit 0f735ca

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.circleci/config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
- browser-tools/install-browser-tools: &browser-versions
4343
install-firefox: false
4444
install-geckodriver: false
45+
install-chrome: true
46+
chrome-version: 127
4547
- attach_workspace:
4648
at: ~/
4749
- run:
@@ -78,6 +80,8 @@ jobs:
7880
- browser-tools/install-browser-tools: &browser-versions
7981
install-firefox: false
8082
install-geckodriver: false
83+
install-chrome: true
84+
chrome-version: 127
8185
- attach_workspace:
8286
at: ~/
8387
- run:
@@ -97,6 +101,8 @@ jobs:
97101
- browser-tools/install-browser-tools: &browser-versions
98102
install-firefox: false
99103
install-geckodriver: false
104+
install-chrome: true
105+
chrome-version: 127
100106
- attach_workspace:
101107
at: ~/
102108
- run:
@@ -116,6 +122,8 @@ jobs:
116122
- browser-tools/install-browser-tools: &browser-versions
117123
install-firefox: false
118124
install-geckodriver: false
125+
install-chrome: true
126+
chrome-version: 127
119127
- attach_workspace:
120128
at: ~/
121129
- run:
@@ -134,6 +142,8 @@ jobs:
134142
- browser-tools/install-browser-tools: &browser-versions
135143
install-firefox: false
136144
install-geckodriver: false
145+
install-chrome: true
146+
chrome-version: 127
137147
- attach_workspace:
138148
at: ~/
139149
- run:
@@ -152,6 +162,8 @@ jobs:
152162
- browser-tools/install-browser-tools: &browser-versions
153163
install-firefox: false
154164
install-geckodriver: false
165+
install-chrome: true
166+
chrome-version: 127
155167
- attach_workspace:
156168
at: ~/
157169
- run:

0 commit comments

Comments
 (0)