Skip to content

Commit

Permalink
FRON-9136 Fix CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Uladzislau-Ustsinovich committed Jul 8, 2024
1 parent 2cdb020 commit a02b8c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
echo "GIT_COMMIT_SHA=$GITHUB_SHA" >> $GITHUB_ENV
if: github.event_name == 'push'
- name: Code Climate Test Reporter
uses: aktions/codeclimate-test-reporter@v1.2.0
with:
codeclimate-test-reporter-id: e603a31c2988a01bae194f33de60d6f6f17b68cc8f36e5479f987e34d2186988
uses: paambaati/codeclimate-action@v8.0.0
env:
CC_TEST_REPORTER_ID: e603a31c2988a01bae194f33de60d6f6f17b68cc8f36e5479f987e34d2186988
build:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit a02b8c2

Please sign in to comment.