Skip to content

Commit

Permalink
If build fails, upload test reports as an artifact, so that they can …
Browse files Browse the repository at this point in the history
…be investigated.

See gradle#136
  • Loading branch information
marracuene committed Jun 23, 2020
1 parent 67b8f60 commit 3fc784d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/gradle-build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ jobs:
gradle:
strategy:
matrix:
task: [docTest, integrationTest]
#task: [docTest, integrationTest]
task: [integrationTest]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
systemProp.gradle.publish.skip.namespace.check=true
org.gradle.caching=true
org.gradle.caching=false

0 comments on commit 3fc784d

Please sign in to comment.