GitHub Actions: Implement emulator boot timeout

This commit is contained in:
2022-05-15 10:21:46 -05:00
parent 68740b4043
commit 90de1f3723
2 changed files with 28 additions and 7 deletions

View File

@@ -53,11 +53,11 @@ jobs:
- name: Install Linux utils
run: |
brew install util-linux
brew unlink parallel
brew install moreutils
brew install util-linux moreutils coreutils
echo "/usr/local/opt/util-linux/bin" >> $GITHUB_PATH
echo "/usr/local/opt/moreutils/bin" >> $GITHUB_PATH
echo "/usr/local/opt/coreutils/libexec/gnubin" >> $GITHUB_PATH
- name: Run Android Tests
run: ./build.sh android-tests ${{ matrix.api }}