Skip to content

Commit

Permalink
Revert "Remove unused code from verify action (#1873)"
Browse files Browse the repository at this point in the history
This reverts commit a8ef586.
  • Loading branch information
avgustinmm committed Oct 4, 2024
1 parent a8ef586 commit 952c461
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
jobs:
verify:
runs-on: ubuntu-latest
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}

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

- name: Run tests & javadoc
run: mvn verify javadoc:javadoc --batch-mode
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

0 comments on commit 952c461

Please sign in to comment.