Skip to content

Commit 51814dc

Browse files
committed
fix: add missing files for building unit tests
1 parent 5ba08de commit 51814dc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/smoketest.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ jobs:
6969
CI_USER: ${{ vars.JETKVM_CI_USER }}
7070
CI_HOST: ${{ vars.JETKVM_CI_HOST }}
7171
CI_SSH_PRIVATE: ${{ secrets.JETKVM_CI_SSH_PRIVATE }}
72+
- name: Checkout Makefile
73+
uses: actions/checkout@v4
74+
with:
75+
sparse-checkout: |
76+
Makefile
77+
resource/dev_test.sh
78+
bin/.gitkeep
7279
- name: Run tests
7380
run: |
7481
set -e

0 commit comments

Comments
 (0)