Skip to content

Commit

Permalink
refactor: Remove unit test step
Browse files Browse the repository at this point in the history
  • Loading branch information
dinushchathurya committed Jul 22, 2023
1 parent b9b323d commit 0af89f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
cache-disabled: true
- name: Execute Gradle build
run: ./gradlew --no-daemon clean build
- name: Execute Gradle unit test
run: ./gradlew test
- name: Build docker image
run: ./gradlew --no-daemon jibDockerBuild
- name: Docker login
Expand Down

0 comments on commit 0af89f1

Please sign in to comment.