chore: update publish coverage job with step to checkout repo

This commit is contained in:
StevanFreeborn
2023-02-21 22:21:38 -06:00
parent 1bc5248781
commit f412594338
+2
View File
@@ -123,6 +123,8 @@ jobs:
name: publish_test_coverage
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Download test coverage artifact
uses: actions/download-artifact@v3.0.2
with: