Skip to content

Commit

Permalink
[FSSDK-10437] jest coverage report job addition
Browse files Browse the repository at this point in the history
  • Loading branch information
junaed-optimizely committed Sep 10, 2024
1 parent 719a834 commit 1f97dbb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
run: yarn install
- name: Run tests
run: yarn test

coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ArtiomTr/jest-coverage-report-action@v2

integration_tests:
name: Run integration tests
Expand Down

0 comments on commit 1f97dbb

Please sign in to comment.