mirror of
https://github.com/appleboy/drone-ssh.git
synced 2026-03-05 22:57:00 -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
|
- name: setup sshd server
|
||||||
run: |
|
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
|
make ssh-server
|
||||||
|
|
||||||
- name: testing
|
- name: testing
|
||||||
@ -51,3 +51,5 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
uses: codecov/codecov-action@v5
|
uses: codecov/codecov-action@v5
|
||||||
|
with:
|
||||||
|
flags: go-${{ matrix.go-version }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user