Skip to content

Commit dee670b

Browse files
committed
remove unrecognised working-directory key
1 parent 2468901 commit dee670b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ jobs:
3838
java-version: 11
3939
- name: Build with Maven
4040
uses: paambaati/codeclimate-action@v2.6.0
41-
working-directory: ./PgBulkInsert
4241
env:
4342
CC_TEST_REPORTER_ID: $${secrets.CC_TEST_REPORTER_ID}}
4443
with:
45-
coverageCommand: mvn -B package
44+
coverageCommand: mvn -B package --file ${{github.workspace}}/PgBulkInsert/pom.xml
4645
coverageLocations: ${{github.workspace}}/PgBulkInsert/*/target/site/jacoco/jacoco.xml:jacoco

0 commit comments

Comments
 (0)