Skip to content

Commit 5ad6927

Browse files
committed
Remove mocha from CI tests
1 parent d0066c2 commit 5ad6927

4 files changed

+0
-20
lines changed

.github/workflows/on-push-do-ci-build-pg12-plv8-jsonnet.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,6 @@ jobs:
104104
run: ./build.sh compile
105105
shell: bash
106106

107-
- name: mocha
108-
if: ${{ success() || failure() }}
109-
run: ./build.sh mocha
110-
shell: bash
111-
112107
- name: test-base-lib
113108
if: ${{ success() || failure() }}
114109
run: ./build.sh test-base-lib

.github/workflows/on-push-do-ci-build-pg12-plv8-systemtextjson.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,6 @@ jobs:
104104
run: ./build.sh compile
105105
shell: bash
106106

107-
- name: mocha
108-
if: ${{ success() || failure() }}
109-
run: ./build.sh mocha
110-
shell: bash
111-
112107
- name: test-base-lib
113108
if: ${{ success() || failure() }}
114109
run: ./build.sh test-base-lib

.github/workflows/on-push-do-ci-build-pg15-jsonnet.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,6 @@ jobs:
9797
run: ./build.sh compile
9898
shell: bash
9999

100-
- name: mocha
101-
if: ${{ success() || failure() }}
102-
run: ./build.sh mocha
103-
shell: bash
104-
105100
- name: test-base-lib
106101
if: ${{ success() || failure() }}
107102
run: ./build.sh test-base-lib

.github/workflows/on-push-do-ci-build-pgLatest-systemtextjson.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,6 @@ jobs:
9797
run: ./build.sh compile
9898
shell: bash
9999

100-
- name: mocha
101-
if: ${{ success() || failure() }}
102-
run: ./build.sh mocha
103-
shell: bash
104-
105100
- name: test-base-lib
106101
if: ${{ success() || failure() }}
107102
run: ./build.sh test-base-lib

0 commit comments

Comments
 (0)