Skip to content

Commit

Permalink
[FSSDK-10437] job name and title adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
junaed-optimizely committed Sep 10, 2024
1 parent 29f939a commit 35b14a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@ jobs:
run: yarn test

coverage:
name: Jest Coverage Report
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ArtiomTr/jest-coverage-report-action@v2
with:
custom-title: 'Code Coverage Report'
custom-title: 'Jest Coverage Report'

integration_tests:
name: Run integration tests
Expand Down

0 comments on commit 35b14a8

Please sign in to comment.