Skip to content

Commit 3f99b93

Browse files
authored
Merge pull request #104 from diffblue/roxspring/update-readme
Drop working-directory from README sample
2 parents 3db72f7 + ac1fa32 commit 3f99b93

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,10 @@ jobs:
4646

4747
# This job runs a Maven command to build the project.
4848
- name: Maven Install
49-
working-directory: ./test
5049
run: mvn --batch-mode install
5150

5251
# # This job runs a Gradle command to build the project.
5352
# - name: Gradle Build
54-
# working-directory: ./test
5553
# run: ./gradlew --console plain build
5654

5755
# Run Diffblue Cover

0 commit comments

Comments
 (0)