Skip to content

Commit

Permalink
Added missing outputs keywords to get the coverage report from run op…
Browse files Browse the repository at this point in the history
…pia coverage without caching
  • Loading branch information
Rd4dev committed Jul 25, 2024
1 parent 705c350 commit 13c27a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
if: ${{ needs.compute_changed_files.outputs.can_skip_tests != 'true' }}
runs-on: ubuntu-20.04
outputs:
coverage_report: ${{ steps.run-oppia-coverage-without-caching.coverage_report }}
coverage_report: ${{ steps.run-oppia-coverage-without-caching.outputs.coverage_report }}
strategy:
fail-fast: false
max-parallel: 10
Expand Down

0 comments on commit 13c27a9

Please sign in to comment.