diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 54d3e95edf..e47b9fc86f 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -103,6 +103,9 @@ jobs: if: needs.check-react-native-changes.outputs.should_build == 'true' uses: ./.github/workflows/react-native-build.yml + integration-tests: + uses: ./.github/workflows/run-integration-tests.yml + build-test: needs: [ build_images, @@ -112,7 +115,8 @@ jobs: checklinks, sanity, checklicense, - react-native-android + react-native-android, + integration-tests ] if: always() && !cancelled() runs-on: ubuntu-latest diff --git a/.github/workflows/run-integration-tests.yml b/.github/workflows/run-integration-tests.yml index 2a817c7ee2..14b4b1d10f 100644 --- a/.github/workflows/run-integration-tests.yml +++ b/.github/workflows/run-integration-tests.yml @@ -3,9 +3,7 @@ name: Integration Tests on: - pull_request_review: - types: - - submitted + workflow_call: permissions: contents: read @@ -14,7 +12,6 @@ jobs: run_tests: runs-on: ubuntu-latest name: "Run CI" - if: github.event.review.state == 'APPROVED' steps: - name: check out code uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 diff --git a/src/accounting/Accounting.csproj b/src/accounting/Accounting.csproj index d0c581652d..c562e1fc2f 100644 --- a/src/accounting/Accounting.csproj +++ b/src/accounting/Accounting.csproj @@ -12,7 +12,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/cart/src/cart.csproj b/src/cart/src/cart.csproj index 4138cec129..850b8f39a1 100644 --- a/src/cart/src/cart.csproj +++ b/src/cart/src/cart.csproj @@ -16,8 +16,8 @@ - - + +