Skip to content

Commit 3714a2b

Browse files
update workflow
1 parent e6877af commit 3714a2b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/unit-testing.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,10 @@ jobs:
2626
cache: maven
2727

2828
- name: Run Tests and Generate JaCoCo Report
29-
working-directory: contentstack-java
3029
run: mvn clean test -Dtest='Test*' jacoco:report -Dgpg.skip=true
3130

3231
- name: Extract and Check Coverage Thresholds
3332
id: coverage
34-
working-directory: contentstack-java
3533
run: |
3634
echo "Checking JaCoCo coverage thresholds..."
3735
@@ -75,4 +73,4 @@ jobs:
7573
uses: actions/upload-artifact@v4
7674
with:
7775
name: jacoco-report
78-
path: contentstack-java/target/site/jacoco/
76+
path: target/site/jacoco/

0 commit comments

Comments
 (0)