Skip to content

Commit

Permalink
Upload reports of the quickstarts compilation job
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Aug 8, 2022
1 parent b08a139 commit c550e38
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,16 @@ jobs:
git clone https://github.com/quarkusio/quarkus-quickstarts.git && cd quarkus-quickstarts
git checkout development
export LANG=en_US && ./mvnw -e -B -fae --settings .github/mvn-settings.xml clean verify -DskipTests
- name: Upload build reports (if build failed)
uses: actions/upload-artifact@v2
if: ${{ failure() || cancelled() }}
with:
name: "build-reports-Quickstarts Compilation - JDK ${{matrix.java.name}}"
path: |
quarkus-quickstarts/**/target/*-reports/TEST-*.xml
quarkus-quickstarts/target/build-report.json
quarkus-quickstarts/LICENSE
retention-days: 2

tcks-test:
name: MicroProfile TCKs Tests
Expand Down

0 comments on commit c550e38

Please sign in to comment.