Skip to content

Commit

Permalink
chore: temporarily disable cc
Browse files Browse the repository at this point in the history
  • Loading branch information
peschee committed Dec 15, 2023
1 parent 5b9bd9d commit c4f5a08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ jobs:
- name: Test
run: sudo npx playwright install-deps && npm run test:ci

- name: Publish Code Coverage
uses: paambaati/codeclimate-action@4cace242c6e0a2dd554bbb3cc12c58047d8af3e5 # v5.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
# - name: Publish Code Coverage
# uses: paambaati/codeclimate-action@4cace242c6e0a2dd554bbb3cc12c58047d8af3e5 # v5.0.0
# env:
# CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}

# vrt:
# name: Visual Regression Test
Expand Down

0 comments on commit c4f5a08

Please sign in to comment.