File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,14 +86,14 @@ jobs:
8686 build-all : true
8787 os : ubuntu-24.04-arm
8888 firefox-install-lang-package : false
89- enable-managed-downloads : false
89+ enable-managed-downloads : true
9090 - test-strategy : test
9191 use-random-user : false
9292 test-video : false
9393 build-all : true
9494 os : ubuntu-24.04-arm
9595 firefox-install-lang-package : false
96- enable-managed-downloads : false
96+ enable-managed-downloads : true
9797 - test-strategy : test_video
9898 use-random-user : false
9999 test-video : true
@@ -226,7 +226,7 @@ jobs:
226226 if [ -n "${SELENIUM_ENABLE_MANAGED_DOWNLOADS}" ]; then
227227 echo "SELENIUM_ENABLE_MANAGED_DOWNLOADS=${SELENIUM_ENABLE_MANAGED_DOWNLOADS}" >> $GITHUB_ENV
228228 fi
229- - name : Run Docker Compose to ${{ matrix.test-strategy }} on ${{ matrix.os }}
229+ - name : Run Docker Compose to ${{ matrix.test-strategy }} on AMD64
230230 if : contains(matrix.os, 'arm') == false
231231 uses : nick-invision/retry@master
232232 with :
@@ -235,7 +235,7 @@ jobs:
235235 retry_wait_seconds : 60
236236 command : |
237237 USE_RANDOM_USER_ID=${{ matrix.use-random-user }} VERSION=${BRANCH} BUILD_DATE=${BUILD_DATE} make ${{ matrix.test-strategy }}
238- - name : Run Docker Compose to ${{ matrix.test-strategy }} on ${{ matrix.os }}
238+ - name : Run Docker Compose to ${{ matrix.test-strategy }} on ARM64
239239 if : contains(matrix.os, 'arm') == true
240240 uses : nick-invision/retry@master
241241 with :
You can’t perform that action at this time.
0 commit comments