mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 09:38:52 -06:00
GitHub Actions: Re-run only failed tests; warn about slow tests
This commit is contained in:
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user