From a7d1b2dec874d49928792d2e491beaea012ac353 Mon Sep 17 00:00:00 2001 From: Michael Bogdanov Date: Tue, 6 Feb 2024 07:54:30 +0100 Subject: [PATCH] Run test on 34 platform emulator --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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