diff --git a/.github/workflows/check_diffs.yml b/.github/workflows/check_diffs.yml index 348baaf..9e34956 100644 --- a/.github/workflows/check_diffs.yml +++ b/.github/workflows/check_diffs.yml @@ -70,21 +70,21 @@ jobs: with: working-directory: ${{ matrix.working-directory }} - integration-test: - name: cd ${{ matrix.working-directory }} - needs: [ compile-interation-tests ] - if: ${{ needs.build.outputs.dirs-to-test != '[]' }} - strategy: - matrix: - working-directory: ${{ fromJson(needs.build.outputs.dirs-to-test) }} - uses: ./.github/workflows/_integration_test.yml - with: - working-directory: ${{ matrix.working-directory }} - secrets: inherit + # integration-test: + # name: cd ${{ matrix.working-directory }} + # needs: [ compile-interation-tests ] + # if: ${{ needs.build.outputs.dirs-to-test != '[]' }} + # strategy: + # matrix: + # working-directory: ${{ fromJson(needs.build.outputs.dirs-to-test) }} + # uses: ./.github/workflows/_integration_test.yml + # with: + # working-directory: ${{ matrix.working-directory }} + # secrets: inherit ci_success: name: "CI Success" - needs: [build, lint, test, compile-integration-tests, integration-test] + needs: [build, lint, test, compile-integration-tests] # , integration-test] if: | always() runs-on: ubuntu-latest