Compare commits
1 Commits
b3d7a7761d
...
25e336bc5e
Author | SHA1 | Date | |
---|---|---|---|
25e336bc5e |
@ -21,4 +21,4 @@ jobs:
|
||||
- name: Configure gradle...
|
||||
run: mkdir -p ~/.gradle && echo "org.gradle.daemon=false\nignoreGitVersion=true" >> ~/.gradle/gradle.properties
|
||||
- name: Build and test
|
||||
run: ./gradlew build -x test --stacktrace
|
||||
run: ./gradlew build --stacktrace
|
@ -3,7 +3,9 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
coverage:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user