Issue #1: Keep build reports as artifacts.

Sebastian Kaspari 6 years ago
parent 3767b5b23c
commit 526b8691fc

@ -31,6 +31,15 @@ tasks:
&& git config advice.detachedHead false
&& git checkout {{event.head.sha}}
&& ./gradlew --no-daemon clean assemble test detektCheck ktlint lint
artifacts:
'public/reports':
type: 'directory'
path: '/build/phoenix/build/reports'
expires: "{{ '1 week' | $fromNow }}"
'public/app/reports':
type: 'directory'
path: '/build/phoenix/app/build/reports'
expires: "{{ '1 week' | $fromNow }}"
metadata:
name: Phoenix - Pull Request
description: Building and testing phoenix - triggered by a pull request.

Loading…
Cancel
Save