Skip to content

Commit cd374d4

Browse files
committed
fix(ci): missing checkout step on coverage job
1 parent cfbe710 commit cd374d4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.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)