File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 69
69
CI_USER : ${{ vars.JETKVM_CI_USER }}
70
70
CI_HOST : ${{ vars.JETKVM_CI_HOST }}
71
71
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
79
72
- name : Run tests
80
73
run : |
81
74
set -e
82
- make build_dev_test
83
-
84
75
echo "+ Copying device-tests.tar.gz to remote host"
85
76
ssh jkci "cat > /tmp/device-tests.tar.gz" < device-tests.tar.gz
86
77
echo "+ Running go tests"
@@ -112,6 +103,10 @@ jobs:
112
103
rm -rf ${TMP_DIR} /tmp/device-tests.tar.gz
113
104
EOF
114
105
ssh jkci "cat /tmp/device-tests.json" > device-tests.json
106
+ - name : Set up Golang
107
+ uses : actions/setup-go@v4
108
+ with :
109
+ go-version : " 1.24.0"
115
110
- name : Golang Test Report
116
111
117
112
with :
You can’t perform that action at this time.
0 commit comments