Skip to content

Commit 35f99c5

Browse files
author
neil
committed
add debug wiki
1 parent 4b278dc commit 35f99c5

File tree

8 files changed

+74
-12
lines changed

8 files changed

+74
-12
lines changed

.github/workflows/DNS.yml

Lines changed: 38 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

.github/workflows/DragonFlyBSD.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,9 @@ jobs:
6767
run: |
6868
cd ../acmetest \
6969
&& ./letest.sh
70-
70+
- name: onError
71+
if: ${{ failure() }}
72+
run: |
73+
echo "See how to debug in VM:"
74+
echo "https://github.com/acmesh-official/acme.sh/wiki/debug-in-VM"
7175

.github/workflows/FreeBSD.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,9 @@ jobs:
7272
run: |
7373
cd ../acmetest \
7474
&& ./letest.sh
75-
75+
- name: onError
76+
if: ${{ failure() }}
77+
run: |
78+
echo "See how to debug in VM:"
79+
echo "https://github.com/acmesh-official/acme.sh/wiki/debug-in-VM"
7680

.github/workflows/NetBSD.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,9 @@ jobs:
6767
run: |
6868
cd ../acmetest \
6969
&& ./letest.sh
70-
71-
70+
- name: onError
71+
if: ${{ failure() }}
72+
run: |
73+
echo "See how to debug in VM:"
74+
echo "https://github.com/acmesh-official/acme.sh/wiki/debug-in-VM"
75+

.github/workflows/Omnios.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,9 @@ jobs:
7171
run: |
7272
cd ../acmetest \
7373
&& ./letest.sh
74-
74+
- name: onError
75+
if: ${{ failure() }}
76+
run: |
77+
echo "See how to debug in VM:"
78+
echo "https://github.com/acmesh-official/acme.sh/wiki/debug-in-VM"
7579

.github/workflows/OpenBSD.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,9 @@ jobs:
7272
run: |
7373
cd ../acmetest \
7474
&& ./letest.sh
75-
75+
- name: onError
76+
if: ${{ failure() }}
77+
run: |
78+
echo "See how to debug in VM:"
79+
echo "https://github.com/acmesh-official/acme.sh/wiki/debug-in-VM"
7680

.github/workflows/OpenIndiana.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,9 @@ jobs:
7171
run: |
7272
cd ../acmetest \
7373
&& ./letest.sh
74-
74+
- name: onError
75+
if: ${{ failure() }}
76+
run: |
77+
echo "See how to debug in VM:"
78+
echo "https://github.com/acmesh-official/acme.sh/wiki/debug-in-VM"
7579

.github/workflows/Solaris.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,9 @@ jobs:
7373
run: |
7474
cd ../acmetest \
7575
&& ./letest.sh
76-
76+
- name: onError
77+
if: ${{ failure() }}
78+
run: |
79+
echo "See how to debug in VM:"
80+
echo "https://github.com/acmesh-official/acme.sh/wiki/debug-in-VM"
7781

0 commit comments

Comments
 (0)