Skip to content

Commit 8089836

Browse files
committed
chore: update code-climate action
Signed-off-by: Jakub Freisler <[email protected]>
1 parent 5370400 commit 8089836

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,11 @@ jobs:
126126
run: yarn --immutable
127127
- name: Test integration (with coverage) and upload to CodeClimate
128128
if: ${{ github.ref == 'refs/heads/main' }}
129-
uses: paambaati/codeclimate-action@93c6213edc13fcb74a684a39a32956ebf417dd1c
129+
uses: paambaati/codeclimate-action@v3.2.0
130130
env:
131131
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
132132
with:
133+
debug: true
133134
coverageCommand: yarn test:integration:ci
134135
coverageLocations: |
135136
${{github.workspace}}/coverage/lcov.info:lcov

0 commit comments

Comments
 (0)