We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5151935 commit e13d7cbCopy full SHA for e13d7cb
.github/workflows/test-and-publish.yml
@@ -70,14 +70,14 @@ jobs:
70
with:
71
name: coverage
72
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 }}
+ # - name: Publish test coverage
+ # uses: easingthemes/ssh-deploy@v2.1.4
+ # with:
+ # SOURCE: "coverage"
+ # SSH_PRIVATE_KEY: ${{ secrets.SSH_KEY }}
+ # REMOTE_HOST: ${{ secrets.SSH_HOST }}
+ # REMOTE_USER: ${{ secrets.SSH_USER }}
+ # TARGET: ${{ secrets.COVERAGE_DIR }}
81
82
publish:
83
needs: test
0 commit comments