Skip to content

Commit

Permalink
ACS-5993 Use ya-pmd-scan v3.0.0 which includes classpath rules. [pmd]…
Browse files Browse the repository at this point in the history
…[skip tests]
  • Loading branch information
tpage-alfresco committed Nov 15, 2023
1 parent eb56c1a commit b960592
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b960592

Please sign in to comment.