mirror of
https://github.com/appleboy/drone-ssh.git
synced 2026-03-05 14:50:15 -05:00
ci: improve CI environment and reporting for Go tests
- Add gpg to the list of installed packages for testing - Specify Codecov upload flags based on Go version Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
parent
732c7194bd
commit
a934a831d2
4
.github/workflows/testing.yml
vendored
4
.github/workflows/testing.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
|
||||
- name: setup sshd server
|
||||
run: |
|
||||
apk add git make curl perl bash build-base zlib-dev ucl-dev sudo
|
||||
apk add git make curl perl bash build-base zlib-dev ucl-dev sudo gpg
|
||||
make ssh-server
|
||||
|
||||
- name: testing
|
||||
@ -51,3 +51,5 @@ jobs:
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
flags: go-${{ matrix.go-version }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user