Skip to content

Commit

Permalink
Update generate_coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mghosh00 authored Jan 22, 2024
1 parent 23b13e2 commit e9f3773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
distribution: 'temurin'
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@ccb4328a959376b642e027874838f60f8e596de3
- name: Build and Run Coverage
- name: Run Coverage
run: |
chmod +x ./gradlew
gradle build
./gradlew test
- name: Add coverage to PR
id: jacoco
Expand Down

0 comments on commit e9f3773

Please sign in to comment.