Skip to content

Commit

Permalink
Integrate changes to build.yml from #386
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 authored Jan 5, 2024
1 parent b11c4ce commit c77cdd9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
detekt:
name: Detekt
runs-on: ubuntu-latest
env:
USERNAME: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
Expand All @@ -75,6 +78,9 @@ jobs:
dependency-analysis:
name: Dependency Analysis
runs-on: ubuntu-latest
env:
USERNAME: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
Expand All @@ -88,6 +94,7 @@ jobs:
run: ./gradlew buildHealth
- name: Archive analysis report
uses: actions/upload-artifact@v3
if: failure()
with:
name: dependency-analysis-report
path: build/reports/dependency-analysis/build-health-report.txt
Expand Down

0 comments on commit c77cdd9

Please sign in to comment.