Skip to content

Commit 75a7ab0

Browse files
committed
remove ssh action
1 parent db8b421 commit 75a7ab0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/unit-tests.yml

-3
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,5 @@ jobs:
4343
run: echo ${{ secrets.DOCKER_HUB_PASSWORD }} | docker login -u ${{ secrets.DOCKER_HUB_USERNAME }} --password-stdin
4444
continue-on-error: true
4545

46-
- name: Setup tmate session
47-
uses: mxschmitt/action-tmate@v3
48-
4946
- name: Run tests
5047
run: ./test.sh

0 commit comments

Comments
 (0)