File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 5
5
branches : [ main ]
6
6
7
7
schedule :
8
- - cron : ' 44 08 * * *'
8
+ - cron : ' 44 */2 * * *'
9
9
10
10
workflow_dispatch :
11
11
inputs :
68
68
mv ddev /usr/local/bin/ddev && chmod +x /usr/local/bin/ddev
69
69
70
70
- name : Download docker images
71
- run : |
72
- mkdir junk && pushd junk && ddev config --auto && ddev debug download-images >/dev/null
73
- docker pull memcached:1.6 >/dev/null
71
+ run : ddev debug download-images >/dev/null
72
+
74
73
- name : tmate debugging session
75
74
uses : mxschmitt/action-tmate@v3
76
75
with :
81
80
- name : tests
82
81
run : bats tests
83
82
83
+ - name : tmate debugging session on failure
84
+ uses : mxschmitt/action-tmate@v3
85
+ with :
86
+ limit-access-to-actor : true
87
+ github-token : ${{ secrets.GITHUB_TOKEN }}
88
+ timeout-minutes : 90
89
+ if : ${{ failure() }}
90
+
84
91
# keepalive-workflow adds a dummy commit if there's no other action here, keeps
85
92
# GitHub from turning off tests after 60 days
86
93
- uses : gautamkrishnar/keepalive-workflow@v1
You can’t perform that action at this time.
0 commit comments