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 d156389 commit fef33a8Copy full SHA for fef33a8
1 file changed
.github/workflows/ci.yml
@@ -68,6 +68,9 @@ jobs:
68
GIT_BRANCH="${GIT_BRANCH}" SKIP_PULL=true sudo -E ./deploy/auto-install.sh --upgrade \
69
|| (cat /opt/openwisp/autoinstall.log && exit 1)
70
71
+ - name: Debugging with tmate
72
+ uses: mxschmitt/action-tmate@v3.23
73
+
74
- name: Test
75
if: ${{ !cancelled() && steps.auto_install_upgrade.conclusion == 'success' }}
76
uses: openwisp/openwisp-utils/.github/actions/retry-command@master
0 commit comments