remove double maven build for reporting
This commit is contained in:
parent
0ccc5d2164
commit
52247e8a56
1 changed files with 2 additions and 0 deletions
2
.github/workflows/buildReporting.yml
vendored
2
.github/workflows/buildReporting.yml
vendored
|
@ -48,6 +48,8 @@ jobs:
|
|||
-
|
||||
name: Build with Maven
|
||||
run: mvn clean install -e -P let_reporting
|
||||
env:
|
||||
sebserver-version: ${{ env.TAG_NAME }}-${{ env.SHA }}
|
||||
-
|
||||
name: Reporting
|
||||
uses: codecov/codecov-action@v4
|
||||
|
|
Loading…
Reference in a new issue