Skip to content

Commit 05b2845

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

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/pr-builder.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124

125125
test:
126126
name: 👾 Unit Test (TESTING)
127-
needs: [lint, typecheck]
127+
# needs: [lint, typecheck]
128128
runs-on: ubuntu-latest
129129
strategy:
130130
matrix:
@@ -169,7 +169,15 @@ jobs:
169169

170170
- name: 🃏 Run Jest & Collect Coverage
171171
id: run-jest-test-and-coverage
172-
run: pnpm test
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 }}
173181

174182
build:
175183
name: 🚧 Build

0 commit comments

Comments
 (0)