Skip to content

Commit

Permalink
Update build.yml (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsburrows committed Mar 29, 2023
1 parent c3065e2 commit 140b331
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout Project
uses: actions/checkout@v3
uses: actions/checkout@v3.5.0

- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1.0.6
Expand All @@ -39,6 +39,12 @@ jobs:
with:
arguments: ktlintCheck build -s

- name: Publish Test Report
uses: EnricoMi/publish-unit-test-result-action/composite@v2.6.1
if: success() || failure()
with:
files: '**/build/test-results/test/TEST-*.xml'

- name: Upload Artifacts
uses: actions/upload-artifact@v3.1.2
if: github.repository == 'jaredsburrows/gradle-license-plugin' && github.ref == 'refs/heads/master'
Expand All @@ -60,7 +66,7 @@ jobs:

steps:
- name: Checkout Project
uses: actions/checkout@v3
uses: actions/checkout@v3.5.0

- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1.0.6
Expand Down

0 comments on commit 140b331

Please sign in to comment.