-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ACS-5993 Use ya-pmd-scan v3.0.0 which includes classpath rules. [pmd]…
…[skip tests]
- Loading branch information
1 parent
eb56c1a
commit b960592
Showing
1 changed file
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,13 +65,16 @@ jobs: | |
runs-on: ubuntu-latest | ||
if: > | ||
github.event_name == 'pull_request' && | ||
!contains(github.event.head_commit.message, '[skip pmd]') && | ||
!contains(github.event.head_commit.message, '[skip tests]') | ||
(contains(github.event.head_commit.message, '[pmd]') || | ||
(!contains(github.event.head_commit.message, '[skip pmd]') && | ||
!contains(github.event.head_commit.message, '[skip tests]'))) | ||
steps: | ||
- uses: Alfresco/[email protected] | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected] | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected] | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected] | ||
- uses: Alfresco/[email protected] | ||
with: | ||
pmd-version: "7.0.0-rc4" | ||
pmd-sha256-digest: "81c15cb9e875f0c788e4246e5f0041b1df1b33983b9f65550ee4e8c4b285570b" | ||
classpath-build-command: "bash ./scripts/ci/build.sh" | ||
|
||
tas_tests: | ||
name: ${{ matrix.testSuite }} TAS tests | ||
|