File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ jobs:
191191 strategy :
192192 fail-fast : false
193193 matrix :
194- chrome : [ '118', 'stable ' ]
194+ chrome : [ '118', '143', '144.0.7559.96 ' ]
195195 task : [ 'Js', 'Wasm' ]
196196 steps :
197197 - name : Checkout Repository
@@ -208,6 +208,7 @@ jobs:
208208
209209 - name : Setup Google Chrome
210210 uses : browser-actions/setup-chrome@v2
211+ id : setup-chrome
211212 with :
212213 chrome-version : ${{ matrix.chrome }}
213214 install-chromedriver : true
@@ -220,7 +221,8 @@ jobs:
220221
221222 - name : Run Web Chrome Tests
222223 run : |
223- ./gradlew :mpp:testWeb${{ matrix.task }} \
224+ echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns && \
225+ CHROME_BIN=${{ steps.setup-chrome.outputs.chrome-path }} ./gradlew :mpp:testWeb${{ matrix.task }} \
224226 --no-daemon --stacktrace --no-parallel \
225227 -Pjetbrains.androidx.web.tests.enableFirefox=false \
226228 -Pjetbrains.androidx.web.tests.enableChrome=true
You can’t perform that action at this time.
0 commit comments