Skip to content

Commit 558130b

Browse files
authored
[skip-changelog] chore(ci): prevent empty codecov report (#2020)
1 parent 357d465 commit 558130b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-go-task.yml

+2
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ jobs:
164164
runs-on: ubuntu-latest
165165
needs: test
166166
steps:
167+
- name: Checkout repository
168+
uses: actions/checkout@v3
167169
- name: Download coverage data artifact
168170
uses: actions/download-artifact@v3
169171
with:

0 commit comments

Comments
 (0)