We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8b421 commit 75a7ab0Copy full SHA for 75a7ab0
.github/workflows/unit-tests.yml
@@ -43,8 +43,5 @@ jobs:
43
run: echo ${{ secrets.DOCKER_HUB_PASSWORD }} | docker login -u ${{ secrets.DOCKER_HUB_USERNAME }} --password-stdin
44
continue-on-error: true
45
46
- - name: Setup tmate session
47
- uses: mxschmitt/action-tmate@v3
48
-
49
- name: Run tests
50
run: ./test.sh
0 commit comments