|
@@ -86,10 +86,6 @@ jobs:
|
|
|
|
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
- with:
|
|
|
|
- # Avoid codecov error message related to SHA resolution:
|
|
|
|
- # https://github.com/codecov/codecov-bash/blob/7100762afbc822b91806a6574658129fe0d23a7d/codecov#L891
|
|
|
|
- fetch-depth: '2'
|
|
|
|
|
|
|
|
- name: Setup sentry env
|
|
- name: Setup sentry env
|
|
uses: ./.github/actions/setup-sentry
|
|
uses: ./.github/actions/setup-sentry
|
|
@@ -128,6 +124,7 @@ jobs:
|
|
uses: ./.github/actions/artifacts
|
|
uses: ./.github/actions/artifacts
|
|
with:
|
|
with:
|
|
token: ${{ secrets.CODECOV_TOKEN }}
|
|
token: ${{ secrets.CODECOV_TOKEN }}
|
|
|
|
+ commit_sha: ${{ github.event.pull_request.head.sha }}
|
|
|
|
|
|
backend-migration-tests:
|
|
backend-migration-tests:
|
|
if: needs.files-changed.outputs.backend == 'true'
|
|
if: needs.files-changed.outputs.backend == 'true'
|
|
@@ -141,10 +138,6 @@ jobs:
|
|
|
|
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
- with:
|
|
|
|
- # Avoid codecov error message related to SHA resolution:
|
|
|
|
- # https://github.com/codecov/codecov-bash/blob/7100762afbc822b91806a6574658129fe0d23a7d/codecov#L891
|
|
|
|
- fetch-depth: '2'
|
|
|
|
|
|
|
|
- name: Setup sentry env
|
|
- name: Setup sentry env
|
|
uses: ./.github/actions/setup-sentry
|
|
uses: ./.github/actions/setup-sentry
|
|
@@ -164,6 +157,7 @@ jobs:
|
|
uses: ./.github/actions/artifacts
|
|
uses: ./.github/actions/artifacts
|
|
with:
|
|
with:
|
|
token: ${{ secrets.CODECOV_TOKEN }}
|
|
token: ${{ secrets.CODECOV_TOKEN }}
|
|
|
|
+ commit_sha: ${{ github.event.pull_request.head.sha }}
|
|
|
|
|
|
cli:
|
|
cli:
|
|
if: needs.files-changed.outputs.backend == 'true'
|
|
if: needs.files-changed.outputs.backend == 'true'
|
|
@@ -194,6 +188,7 @@ jobs:
|
|
uses: ./.github/actions/artifacts
|
|
uses: ./.github/actions/artifacts
|
|
with:
|
|
with:
|
|
token: ${{ secrets.CODECOV_TOKEN }}
|
|
token: ${{ secrets.CODECOV_TOKEN }}
|
|
|
|
+ commit_sha: ${{ github.event.pull_request.head.sha }}
|
|
|
|
|
|
requirements:
|
|
requirements:
|
|
if: needs.files-changed.outputs.backend_dependencies == 'true'
|
|
if: needs.files-changed.outputs.backend_dependencies == 'true'
|
|
@@ -265,10 +260,6 @@ jobs:
|
|
id-token: write
|
|
id-token: write
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
- with:
|
|
|
|
- # Avoid codecov error message related to SHA resolution:
|
|
|
|
- # https://github.com/codecov/codecov-bash/blob/7100762afbc822b91806a6574658129fe0d23a7d/codecov#L891
|
|
|
|
- fetch-depth: '2'
|
|
|
|
|
|
|
|
- name: Setup sentry env
|
|
- name: Setup sentry env
|
|
uses: ./.github/actions/setup-sentry
|
|
uses: ./.github/actions/setup-sentry
|
|
@@ -295,6 +286,7 @@ jobs:
|
|
uses: ./.github/actions/artifacts
|
|
uses: ./.github/actions/artifacts
|
|
with:
|
|
with:
|
|
token: ${{ secrets.CODECOV_TOKEN }}
|
|
token: ${{ secrets.CODECOV_TOKEN }}
|
|
|
|
+ commit_sha: ${{ github.event.pull_request.head.sha }}
|
|
|
|
|
|
typing:
|
|
typing:
|
|
if: needs.files-changed.outputs.backend == 'true'
|
|
if: needs.files-changed.outputs.backend == 'true'
|