Skip to content

Commit

Permalink
fix: update e2e coverage script name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramon Souza committed Jun 15, 2022
1 parent 61864d3 commit 80b3982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ jobs:
- name: 🎭 Extract e2e:coverage
run: |
NYC_OUTPUT=$(yarn test:playwright:coverage)
NYC_OUTPUT=$(yarn test:e2e:nyc)
COVERAGE_REPORTS=$(grep -o '[^ ]*%' <<< "$NYC_OUTPUT")
echo "REPORT_STATEMENTS=$(sed -n 1p <<< "$COVERAGE_REPORTS")" >> $GITHUB_ENV
Expand Down

0 comments on commit 80b3982

Please sign in to comment.