diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 373b922a..0481e3ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,6 @@ on: branches: - release - main - - feat/CRC-28/migration pull_request: branches: - release @@ -43,7 +42,8 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: ./.github/actions/run-nx-target + - name: Lint + uses: ./.github/actions/run-nx-target with: target: lint check-spell: @@ -55,7 +55,8 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: ./.github/actions/run-nx-target + - name: Check spell + uses: ./.github/actions/run-nx-target with: target: check:spell check-types: @@ -67,7 +68,8 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: ./.github/actions/run-nx-target + - name: Check types + uses: ./.github/actions/run-nx-target with: target: check:types test-unit: @@ -79,7 +81,8 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: ./.github/actions/run-nx-target + - name: Test unit + uses: ./.github/actions/run-nx-target with: target: test:unit - name: Upload coverage results @@ -98,7 +101,8 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: ./.github/actions/run-nx-target + - name: Build + uses: ./.github/actions/run-nx-target with: target: build test-component: @@ -110,6 +114,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: ./.github/actions/run-nx-target + - name: Test component + uses: ./.github/actions/run-nx-target with: target: test:component diff --git a/.github/workflows/contributor-license-agreement.yml b/.github/workflows/contributor-license-agreement.yml index 09c9600a..37ae89d8 100644 --- a/.github/workflows/contributor-license-agreement.yml +++ b/.github/workflows/contributor-license-agreement.yml @@ -31,7 +31,7 @@ jobs: path-to-signatures: 'signatures/version1/cla.json' create-file-commit-message: 'Creating file for storing CLA Signatures' signed-commit-message: '$contributorName has signed the CLA in $owner/$repo#$pullRequestNo' - path-to-document: 'https://github.com/Telefonica/cross-opensource-template/blob/master/.github/CLA.md' + path-to-document: 'https://github.com/Telefonica/cross-confluence-tools/blob/master/.github/CLA.md' branch: 'cla-signatures' # the below is the list of users who are allowed to sign the CLA without any check # allowlist: user1,bot*