Skip to content

Commit c38adac

Browse files
committed
Fix maven command quotation
1 parent acc6f52 commit c38adac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
run: |
4848
./mvnw -B package --file pom.xml -Plinux-x86 \
4949
-Dsurefire.failIfNoSpecifiedTests=false \
50-
-Dtest=!io.github.bahaa.webgpu.integration.*
50+
-Dtest='!io.github.bahaa.webgpu.integration.*'

0 commit comments

Comments
 (0)