Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
./gradlew build builds and tests, therefore having another test command is redundant.
  • Loading branch information
Fahim-zzz authored Nov 27, 2024
1 parent de8c211 commit eaa4429
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,7 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0

- name: Build with Gradle Wrapper
- name: Build & Test with Gradle Wrapper
run: ./gradlew build
working-directory: DAIRemoteApp

- name: Run tests with Gradle Wrapper
run: ./gradlew test
working-directory: DAIRemoteApp

0 comments on commit eaa4429

Please sign in to comment.