Skip to content

Commit 9cc884a

Browse files
committed
Fix gradle comamnd in windows build
1 parent fc2b19d commit 9cc884a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
choco install -y gradle
4646
- run:
4747
name: Run Tests
48-
command: |
49-
.\gradlew.bat clean test jacocoTestReport
48+
shell: cmd
49+
command: ".\\gradlew.bat clean test jacocoTestReport"
5050
- persist_to_workspace:
5151
root: C:/hoverfly-java/
5252
paths:

0 commit comments

Comments
 (0)