We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62581e8 commit 497c00bCopy full SHA for 497c00b
1 file changed
.github/workflows/CI.yml
@@ -18,8 +18,7 @@ jobs:
18
java-version: 17
19
distribution: microsoft
20
- name: Building the code
21
- run: |
22
- mvn --batch-mode --update-snapshots verify # it will generate target folder and jar
+ run: mvn --batch-mode --update-snapshots verify
23
- name: Upload the artifact
24
uses: actions/upload-artifact@v4.6.2
25
with:
0 commit comments