We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca0aa89 commit 9b87e04Copy full SHA for 9b87e04
1 file changed
.github/workflows/vim-test.yml
@@ -62,9 +62,6 @@ jobs:
62
repository: thinca/vim-themis
63
path: vim-themis
64
65
- # - name: Debug if run with debugging enabled
66
- # uses: owenthereal/action-upterm@v1
67
-
68
- name: Run Themis with full CLI
69
env:
70
THEMIS_VIM: ${{ steps.vim.outputs.executable }}
@@ -74,3 +71,14 @@ jobs:
74
71
75
72
76
73
run: ./vim-themis/bin/themis ./test/vim-simple-test.vim
+
+ - name: Start VS Code Tunnel if failed or in debug mode
+ if: ${{ failure() || runner.debug == '1' }}
77
+ #v0.0.2 - Pinned for security
78
+ uses: justingrote/vscode-action@5d495ef6156c20f1f9bb21031c15776d476c10c3
79
+ with:
80
+ #All these settings are optional
81
+ tunnel-name: 'pses-action-tunnel'
82
+ connection-timeout: 2
83
+ session-timeout: 30
84
+ no-cache-cli-auth: true
0 commit comments