Skip to content

Commit 7349e12

Browse files
Github actions - fix
1 parent c86084e commit 7349e12

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
env:
2121
GITHUB_USERNAME: williamniemiec
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23-
run: mvn --file src/java/pom.xml jacoco:prepare-agent resources:testResources install jacoco:report
23+
run: mvn --file pom.xml jacoco:prepare-agent resources:testResources install jacoco:report
2424
- uses: codecov/codecov-action@v1
2525
with:
2626
file: ./**/target/site/jacoco/jacoco.xml

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
env:
2121
GITHUB_USERNAME: williamniemiec
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23-
run: mvn --file src/java/pom.xml jacoco:prepare-agent resources:testResources install jacoco:report
23+
run: mvn --file pom.xml jacoco:prepare-agent resources:testResources install jacoco:report
2424
- uses: codecov/codecov-action@v1
2525
with:
2626
file: ./**/target/site/jacoco/jacoco.xml

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
env:
2121
GITHUB_USERNAME: williamniemiec
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23-
run: mvn --file src/java/pom.xml jacoco:prepare-agent resources:testResources install jacoco:report
23+
run: mvn --file pom.xml jacoco:prepare-agent resources:testResources install jacoco:report
2424
- uses: codecov/codecov-action@v1
2525
with:
2626
file: ./**/target/site/jacoco/jacoco.xml

0 commit comments

Comments
 (0)