We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbaca83 + 3eb5a89 commit 6528d49Copy full SHA for 6528d49
1 file changed
.github/workflows/maven.yml
@@ -42,6 +42,9 @@ jobs:
42
matrix:
43
service: [codecov, codacy]
44
steps:
45
+ - name: Checkout repository
46
+ uses: actions/checkout@v4
47
+
48
- name: Download JaCoCo coverage report artifact
49
uses: actions/download-artifact@v4
50
with:
0 commit comments