Skip to content

Commit

Permalink
Remove unused code from verify action (#1873)
Browse files Browse the repository at this point in the history
Signed-off-by: Marinov Avgustin <[email protected]>
  • Loading branch information
avgustinmm authored Oct 4, 2024
1 parent 8d78cea commit a8ef586
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ on:
jobs:
verify:
runs-on: ubuntu-latest
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}

services:
rabbitmq:
Expand All @@ -37,8 +35,4 @@ jobs:
run: mvn license:check --batch-mode

- name: Run tests & javadoc
run: mvn verify javadoc:javadoc --batch-mode
#
# - name: Scan (Sonar)
# if: ${{ BRANCH_NAME == 'master' }}
# run: mvn org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.branch.name=eclipse-master -Dsonar.login=$SONAR_ACCESS_TOKEN --batch-mode
run: mvn verify javadoc:javadoc --batch-mode

0 comments on commit a8ef586

Please sign in to comment.