Skip to content

Commit 4167518

Browse files
Refactor unit testing workflow
1 parent 5717c7d commit 4167518

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/unit-testing.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@ jobs:
2929
3030
- name: Run tests and generate JaCoCo report
3131
run: mvn clean test -Dtest='Test*' jacoco:report -Dgpg.skip=true
32-
working-directory: contentstack-java
3332

3433
- name: 📊 Extract coverage from JaCoCo HTML report
3534
id: extract_coverage
36-
working-directory: contentstack-java
3735
run: |
3836
echo "Extracting coverage summary from JaCoCo HTML report..."
3937

0 commit comments

Comments
 (0)