Skip to content

Commit bacf7ef

Browse files
committed
Fix env TEST_HOST in step "Generate code coverage"
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
1 parent 521eda5 commit bacf7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
RUSTFLAGS: --cfg=ci
4949
# we cannot use 127.0.0.1 (the default here)
5050
# since we are running from a different container
51-
TEST_HOST: ssh://test-user@openssh:2222
51+
TEST_HOST: ssh://test-user@localhost:2222
5252
- name: Upload to codecov.io
5353
uses: codecov/codecov-action@v2
5454
with:

0 commit comments

Comments
 (0)