Skip to content

Commit 70da388

Browse files
committed
chore(CI): add sshd service and testing
Signed-off-by: Bo-Yi.Wu <[email protected]>
1 parent dfa002a commit 70da388

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/lint.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,16 @@ jobs:
3232
name: hadolint for Dockerfile.linux.arm
3333
with:
3434
dockerfile: docker/Dockerfile.linux.arm
35+
36+
testing:
37+
runs-on: ubuntu-latest
38+
container: golang:1.19-alpine
39+
steps:
40+
- name: setup sshd server
41+
run: |
42+
apk add git make curl perl bash build-base zlib-dev ucl-dev
43+
make ssh-server
44+
45+
- name: testing
46+
run: |
47+
make test

0 commit comments

Comments
 (0)