Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
duartebarbosadev authored Jan 26, 2025
1 parent ed2ec23 commit 3e2d29c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
path: '**/build/test-results/test*UnitTest/**.xml'

- name: Check lint
run: ./gradlew :app:lintProdRelease :lint:lint
run: ./gradlew :app:lintProdRelease

- name: Upload lint reports (HTML)
if: ${{ !cancelled() }}
Expand All @@ -75,4 +75,4 @@ jobs:
if: ${{ !cancelled() && hashFiles('**/*.sarif') != '' }}
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: './'
sarif_file: './'

0 comments on commit 3e2d29c

Please sign in to comment.