Skip to content

Commit e845624

Browse files
committed
Change file path to under plugin module
Signed-off-by: zane-neo <zaniu@amazon.com>
1 parent 9301259 commit e845624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
echo "build and run tests" && ./gradlew build -x spotlessJava &&
8686
echo "Publish to Maven Local" && ./gradlew publishToMavenLocal -x spotlessJava &&
8787
echo "Multi Nodes Integration Testing" && ./gradlew integTest -PnumNodes=3 -x spotlessJava
88-
echo "Run Jacoco test coverage" && && ./gradlew jacocoTestReport && cp -v build/reports/jacoco/test/jacocoTestReport.xml ./jacocoTestReport.xml'
88+
echo "Run Jacoco test coverage" && && ./gradlew jacocoTestReport && cp -v plugin/build/reports/jacoco/test/jacocoTestReport.xml ./jacocoTestReport.xml'
8989
plugin=`basename $(ls plugin/build/distributions/*.zip)`
9090
echo $plugin
9191
mv -v plugin/build/distributions/$plugin ./

0 commit comments

Comments
 (0)