Skip to content

Commit b816b9d

Browse files
committed
ci: temp disable dependency
1 parent 05b2845 commit b816b9d

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/pr-builder.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -169,15 +169,7 @@ jobs:
169169

170170
- name: 🃏 Run Jest & Collect Coverage
171171
id: run-jest-test-and-coverage
172-
run: pnpm test:ci
173-
174-
- name: Upload `@asgardeo/js` coverage reports to Codecov
175-
id: upload-asgardeo-js-coverage
176-
uses: codecov/[email protected]
177-
with:
178-
files: ./packages/core/coverage/coverage-final.json
179-
flags: '@asgardeo/js'
180-
token: ${{ secrets.CODECOV_TOKEN }}
172+
run: pnpm test
181173

182174
build:
183175
name: 🚧 Build

0 commit comments

Comments
 (0)