Skip to content

Commit

Permalink
Run test on 34 platform emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
max-kammerer committed Feb 7, 2024
1 parent 244ea4b commit a7d1b2d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7d1b2d

Please sign in to comment.