Skip to content

Commit 55bebce

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

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/lint.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,19 @@ 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: Checkout repository
41+
uses: actions/checkout@v3
42+
43+
- name: setup sshd server
44+
run: |
45+
apk add git make curl perl bash build-base zlib-dev ucl-dev
46+
make ssh-server
47+
48+
- name: testing
49+
run: |
50+
make test

0 commit comments

Comments
 (0)