Skip to content

Commit 3da8256

Browse files
committed
fix: ci test
1 parent 795dff4 commit 3da8256

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
needs: test
2626
runs-on: ubuntu-latest
2727
steps:
28+
- name: Checkout Repo
29+
uses: actions/checkout@v4
30+
2831
- uses: actions/download-artifact@v4
2932
with:
3033
name: lcov-report

0 commit comments

Comments
 (0)