@@ -251,7 +251,11 @@ jobs:
251251 fi
252252 cd ../acmetest
253253 ./letest.sh
254-
254+ - name : onError
255+ if : ${{ failure() }}
256+ run : |
257+ echo "See how to debug in VM:"
258+ echo "https://github.com/acmesh-official/acme.sh/wiki/debug-in-VM"
255259
256260
257261
@@ -302,7 +306,11 @@ jobs:
302306 fi
303307 cd ../acmetest
304308 ./letest.sh
305-
309+ - name : onError
310+ if : ${{ failure() }}
311+ run : |
312+ echo "See how to debug in VM:"
313+ echo "https://github.com/acmesh-official/acme.sh/wiki/debug-in-VM"
306314
307315
308316
@@ -354,7 +362,11 @@ jobs:
354362 fi
355363 cd ../acmetest
356364 ./letest.sh
357-
365+ - name : onError
366+ if : ${{ failure() }}
367+ run : |
368+ echo "See how to debug in VM:"
369+ echo "https://github.com/acmesh-official/acme.sh/wiki/debug-in-VM"
358370
359371
360372
@@ -406,7 +418,11 @@ jobs:
406418 fi
407419 cd ../acmetest
408420 ./letest.sh
409-
421+ - name : onError
422+ if : ${{ failure() }}
423+ run : |
424+ echo "See how to debug in VM:"
425+ echo "https://github.com/acmesh-official/acme.sh/wiki/debug-in-VM"
410426
411427
412428
@@ -464,6 +480,11 @@ jobs:
464480 fi
465481 cd ../acmetest
466482 ./letest.sh
483+ - name : onError
484+ if : ${{ failure() }}
485+ run : |
486+ echo "See how to debug in VM:"
487+ echo "https://github.com/acmesh-official/acme.sh/wiki/debug-in-VM"
467488
468489
469490 Omnios :
@@ -513,6 +534,12 @@ jobs:
513534 fi
514535 cd ../acmetest
515536 ./letest.sh
537+ - name : onError
538+ if : ${{ failure() }}
539+ run : |
540+ echo "See how to debug in VM:"
541+ echo "https://github.com/acmesh-official/acme.sh/wiki/debug-in-VM"
542+
516543
517544
518545 OpenIndiana :
@@ -562,5 +589,12 @@ jobs:
562589 fi
563590 cd ../acmetest
564591 ./letest.sh
592+ - name : onError
593+ if : ${{ failure() }}
594+ run : |
595+ echo "See how to debug in VM:"
596+ echo "https://github.com/acmesh-official/acme.sh/wiki/debug-in-VM"
597+
565598
599+
566600
0 commit comments