Skip to content

Commit 3eb5a89

Browse files
authored
Merge pull request #166 from nanotaboada/feature/fix-ci-coverage-job-checkout-step
fix(ci): missing checkout step on coverage job
2 parents cfbe710 + cd374d4 commit 3eb5a89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
matrix:
4343
service: [codecov, codacy]
4444
steps:
45+
- name: Checkout repository
46+
uses: actions/checkout@v4
47+
4548
- name: Download JaCoCo coverage report artifact
4649
uses: actions/download-artifact@v4
4750
with:

0 commit comments

Comments
 (0)