GitHub Actions: Re-run only failed tests; warn about slow tests

This commit is contained in:
2022-05-14 07:43:25 -05:00
parent 0c292d1eaa
commit 3490cd183a
3 changed files with 80 additions and 14 deletions

View File

@@ -51,10 +51,13 @@ jobs:
name: uhabits-android
path: uhabits-android/build/outputs/
- name: Install flock
- name: Install Linux utils
run: |
brew install util-linux
brew unlink parallel
brew install moreutils
echo "/usr/local/opt/util-linux/bin" >> $GITHUB_PATH
echo "/usr/local/opt/moreutils/bin" >> $GITHUB_PATH
- name: Run Android Tests
run: ./build.sh android-tests ${{ matrix.api }}