Skip to content

Commit e13d7cb

Browse files
committed
Fix GitHub workflow skip outdated coverage deploy
Fix GitHub workflow skip outdated coverage deploy
1 parent 5151935 commit e13d7cb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/test-and-publish.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ jobs:
7070
with:
7171
name: coverage
7272

73-
- name: Publish test coverage
74-
uses: easingthemes/ssh-deploy@v2.1.4
75-
with:
76-
SOURCE: "coverage"
77-
SSH_PRIVATE_KEY: ${{ secrets.SSH_KEY }}
78-
REMOTE_HOST: ${{ secrets.SSH_HOST }}
79-
REMOTE_USER: ${{ secrets.SSH_USER }}
80-
TARGET: ${{ secrets.COVERAGE_DIR }}
73+
# - name: Publish test coverage
74+
# uses: easingthemes/ssh-deploy@v2.1.4
75+
# with:
76+
# SOURCE: "coverage"
77+
# SSH_PRIVATE_KEY: ${{ secrets.SSH_KEY }}
78+
# REMOTE_HOST: ${{ secrets.SSH_HOST }}
79+
# REMOTE_USER: ${{ secrets.SSH_USER }}
80+
# TARGET: ${{ secrets.COVERAGE_DIR }}
8181

8282
publish:
8383
needs: test

0 commit comments

Comments
 (0)