Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit ae7c90b

Browse files
committed
Removed duplicate test excecution action in ci pipeline
1 parent 39dd5c3 commit ae7c90b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,12 @@ jobs:
4040
cd -
4141
cd hooks/
4242
npm ci
43-
- name: "Run tests"
44-
run: |
45-
npm test -- --ci --colors --coverage
46-
- name: Test & publish code coverage
43+
- name: "Run tests & publish code coverage"
4744
uses: paambaati/codeclimate-action@v2.6.0
4845
env:
4946
CC_TEST_REPORTER_ID: 80b305e484240da8cecbd1d017dfb365d3ee7f4508b5ed8fd9e9348efd286406
5047
with:
5148
coverageCommand: npm test -- --ci --colors --coverage
52-
debug: true
5349
operator:
5450
name: "Build / Operator"
5551
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)