From 5078c1e6b416c0e110cf50dcbf80355478c9d47a Mon Sep 17 00:00:00 2001 From: "Jeremy D. Miller" Date: Tue, 22 Oct 2024 12:02:30 -0500 Subject: [PATCH] only running doc db tests in CI --- ...h-do-ci-build-pg12-plv8-systemtextjson.yml | 39 +------------------ .../on-push-do-ci-build-pg15-jsonnet.yml | 34 +--------------- ...sh-do-ci-build-pgLatest-systemtextjson.yml | 34 +--------------- 3 files changed, 6 insertions(+), 101 deletions(-) diff --git a/.github/workflows/on-push-do-ci-build-pg12-plv8-systemtextjson.yml b/.github/workflows/on-push-do-ci-build-pg12-plv8-systemtextjson.yml index 8c579e1342..63c9f253fa 100644 --- a/.github/workflows/on-push-do-ci-build-pg12-plv8-systemtextjson.yml +++ b/.github/workflows/on-push-do-ci-build-pg12-plv8-systemtextjson.yml @@ -102,42 +102,7 @@ jobs: run: ./build.sh mocha shell: bash - - name: test-base-lib + - name: test-document-db if: ${{ success() || failure() }} - run: ./build.sh test-base-lib - shell: bash - - - name: test-core - if: ${{ success() || failure() }} - run: ./build.sh test-core - shell: bash - - # - name: test-multi-tenancy - # if: ${{ success() || failure() }} - # run: ./build.sh test-multi-tenancy - # shell: bash - - - name: test-patching - if: ${{ success() || failure() }} - run: ./build.sh test-patching - shell: bash - - - name: test-code-gen - if: ${{ success() || failure() }} - run: ./build.sh test-code-gen - shell: bash - - - name: test-noda-time - if: ${{ success() || failure() }} - run: ./build.sh test-noda-time - shell: bash - - - name: test-aspnet-core - if: ${{ success() || failure() }} - run: ./build.sh test-aspnet-core - shell: bash - - - name: test-plv8 - if: ${{ success() || failure() }} - run: ./build.sh test-plv8 + run: ./build.sh test-document-db shell: bash \ No newline at end of file diff --git a/.github/workflows/on-push-do-ci-build-pg15-jsonnet.yml b/.github/workflows/on-push-do-ci-build-pg15-jsonnet.yml index 3388ebe02c..5b91bf2ee2 100644 --- a/.github/workflows/on-push-do-ci-build-pg15-jsonnet.yml +++ b/.github/workflows/on-push-do-ci-build-pg15-jsonnet.yml @@ -95,37 +95,7 @@ jobs: run: ./build.sh mocha shell: bash - - name: test-base-lib + - name: test-document-db if: ${{ success() || failure() }} - run: ./build.sh test-base-lib - shell: bash - - - name: test-core - if: ${{ success() || failure() }} - run: ./build.sh test-core - shell: bash - - # - name: test-multi-tenancy - # if: ${{ success() || failure() }} - # run: ./build.sh test-multi-tenancy - # shell: bash - - - name: test-patching - if: ${{ success() || failure() }} - run: ./build.sh test-patching - shell: bash - - - name: test-code-gen - if: ${{ success() || failure() }} - run: ./build.sh test-code-gen - shell: bash - - - name: test-noda-time - if: ${{ success() || failure() }} - run: ./build.sh test-noda-time - shell: bash - - - name: test-aspnet-core - if: ${{ success() || failure() }} - run: ./build.sh test-aspnet-core + run: ./build.sh test-document-db shell: bash diff --git a/.github/workflows/on-push-do-ci-build-pgLatest-systemtextjson.yml b/.github/workflows/on-push-do-ci-build-pgLatest-systemtextjson.yml index 8960529b98..a816a3256c 100644 --- a/.github/workflows/on-push-do-ci-build-pgLatest-systemtextjson.yml +++ b/.github/workflows/on-push-do-ci-build-pgLatest-systemtextjson.yml @@ -95,37 +95,7 @@ jobs: run: ./build.sh mocha shell: bash - - name: test-base-lib + - name: test-document-db if: ${{ success() || failure() }} - run: ./build.sh test-base-lib - shell: bash - - - name: test-core - if: ${{ success() || failure() }} - run: ./build.sh test-core - shell: bash - - # - name: test-multi-tenancy - # if: ${{ success() || failure() }} - # run: ./build.sh test-multi-tenancy - # shell: bash - - - name: test-patching - if: ${{ success() || failure() }} - run: ./build.sh test-patching - shell: bash - - - name: test-code-gen - if: ${{ success() || failure() }} - run: ./build.sh test-code-gen - shell: bash - - - name: test-noda-time - if: ${{ success() || failure() }} - run: ./build.sh test-noda-time - shell: bash - - - name: test-aspnet-core - if: ${{ success() || failure() }} - run: ./build.sh test-aspnet-core + run: ./build.sh test-document-db shell: bash