Skip to content

Commit

Permalink
FRON-9136 Add the "clearCache" method (#73)
Browse files Browse the repository at this point in the history
* FRON-9136 Add the "clearCache" method

* FRON-9136 Update version, remove extra package-lock file and fix CI/CD

* FRON-9136 Fix CI/CD
  • Loading branch information
Uladzislau-Ustsinovich authored Jul 9, 2024
1 parent e6b76dd commit 3f0c8fa
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 6,173 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
with:
codeclimate-test-reporter-id: e603a31c2988a01bae194f33de60d6f6f17b68cc8f36e5479f987e34d2186988
uses: paambaati/codeclimate-[email protected]
env:
CC_TEST_REPORTER_ID: e603a31c2988a01bae194f33de60d6f6f17b68cc8f36e5479f987e34d2186988
build:
runs-on: ubuntu-latest
steps:
Expand Down
Loading

0 comments on commit 3f0c8fa

Please sign in to comment.