Skip to content

Commit 4a4a94c

Browse files
authored
Another CI quote issue solved
1 parent b98ad66 commit 4a4a94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cache: 'maven'
3535

3636
- name: test
37-
run: mvn -B clean test -Dwatch.mac.backend={{ matrix.os.mac-backend }}
37+
run: mvn -B clean test "-Dwatch.mac.backend=${{ matrix.os.mac-backend }}"
3838
env:
3939
DELAY_FACTOR: 3
4040

0 commit comments

Comments
 (0)