mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-08 10:08:51 -06:00
GitHub Actions: Implement emulator boot timeout
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user