Skip to content

Commit 128025b

Browse files
committed
miss quote...
Signed-off-by: bowenlan-amzn <[email protected]>
1 parent f9f0d0f commit 128025b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-build-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Generate Jacoco Test Report
6060
if: always()
6161
run: |
62-
su `id -un 1000` -c "./gradlew jacocoTestReport
62+
su `id -un 1000` -c "./gradlew jacocoTestReport"
6363
- name: Upload coverage XML
6464
uses: actions/upload-artifact@v4
6565
if: always()

0 commit comments

Comments
 (0)