Skip to content

Commit

Permalink
fix setup-gradle action
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Apr 15, 2024
1 parent dc124c2 commit c300a58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
gradle-version: 8.5

- run: |
./gradlew
gradle
assemble
build
allTests
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
with:
gradle-version: 8.5

- run: ./gradlew detekt
- run: gradle detekt

- name: Upload detekt reports
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c300a58

Please sign in to comment.