Skip to content

Commit

Permalink
checking out the code, so coverage xml can include source
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbuckley committed Nov 9, 2024
1 parent 88f0edc commit ccd8f15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ jobs:
needs: test

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Download all coverage artifacts
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit ccd8f15

Please sign in to comment.