fix: add missing files for building unit tests

This commit is contained in:
Siyuan Miao 2025-05-19 23:05:12 +02:00
parent 5ba08de566
commit 51814dcc5e
1 changed files with 7 additions and 0 deletions

View File

@ -69,6 +69,13 @@ jobs:
CI_USER: ${{ vars.JETKVM_CI_USER }}
CI_HOST: ${{ vars.JETKVM_CI_HOST }}
CI_SSH_PRIVATE: ${{ secrets.JETKVM_CI_SSH_PRIVATE }}
- name: Checkout Makefile
uses: actions/checkout@v4
with:
sparse-checkout: |
Makefile
resource/dev_test.sh
bin/.gitkeep
- name: Run tests
run: |
set -e