diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7ce5204ff..6f7644638 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -81,7 +81,10 @@ jobs: ANDROID_EMULATOR_WAIT_TIME_BEFORE_KILL: 170 strategy: matrix: - arch: [[16, x86, ubuntu-latest], [21, x86, ubuntu-latest], [23, x86, ubuntu-latest], [28, x86, macos-latest], [30, x86_64, macos-latest], [31, x86_64, macos-latest], [32, x86_64, macos-latest], [33, x86_64, macos-latest]] + arch: [[16, x86, ubuntu-latest], [21, x86, ubuntu-latest], [23, x86, ubuntu-latest], [28, x86, macos-latest], [30, x86_64, macos-latest], [31, x86_64, macos-latest], [32, x86_64, macos-latest], [33, x86_64, macos-latest], [34, x86_64, ubuntu-latest]] +# [34, x86_64, ubuntu-latest] +# > Task :orion-viewer:uploadTestData FAILED +# adb: error: stat failed when trying to push to /sdcard/Download/orion: Permission denied runs-on: ${{ matrix.arch[2] }} steps: - name: checkout