add acmetest
This commit is contained in:
parent
fb26867801
commit
69845b6f9a
10
.github/workflows/DNS.yml
vendored
10
.github/workflows/DNS.yml
vendored
@ -41,8 +41,11 @@ jobs:
|
|||||||
CF_Key : ${{ secrets.CF_Key }}
|
CF_Key : ${{ secrets.CF_Key }}
|
||||||
CF_Email : ${{ secrets.CF_Email }}
|
CF_Email : ${{ secrets.CF_Email }}
|
||||||
CASE: le_test_dnsapi
|
CASE: le_test_dnsapi
|
||||||
|
TEST_LOCAL: 1
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Clone acmetest
|
||||||
|
run: cd .. && git clone https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/
|
||||||
- name: Run acmetest
|
- name: Run acmetest
|
||||||
run: ./rundocker.sh _cron
|
run: ./rundocker.sh _cron
|
||||||
|
|
||||||
@ -53,10 +56,13 @@ jobs:
|
|||||||
CF_Key : ${{ secrets.CF_Key }}
|
CF_Key : ${{ secrets.CF_Key }}
|
||||||
CF_Email : ${{ secrets.CF_Email }}
|
CF_Email : ${{ secrets.CF_Email }}
|
||||||
CASE: le_test_dnsapi
|
CASE: le_test_dnsapi
|
||||||
|
TEST_LOCAL: 1
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
run: brew update && brew install socat;
|
run: brew update && brew install socat;
|
||||||
|
- name: Clone acmetest
|
||||||
|
run: cd .. && git clone https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/
|
||||||
- name: Run acmetest
|
- name: Run acmetest
|
||||||
run: ./letest.sh
|
run: ./letest.sh
|
||||||
|
|
||||||
@ -67,6 +73,7 @@ jobs:
|
|||||||
CF_Key : ${{ secrets.CF_Key }}
|
CF_Key : ${{ secrets.CF_Key }}
|
||||||
CF_Email : ${{ secrets.CF_Email }}
|
CF_Email : ${{ secrets.CF_Email }}
|
||||||
CASE: le_test_dnsapi
|
CASE: le_test_dnsapi
|
||||||
|
TEST_LOCAL: 1
|
||||||
steps:
|
steps:
|
||||||
- name: Set git to use LF
|
- name: Set git to use LF
|
||||||
run: |
|
run: |
|
||||||
@ -84,7 +91,8 @@ jobs:
|
|||||||
- name: Set ENV
|
- name: Set ENV
|
||||||
run: |
|
run: |
|
||||||
echo '::set-env name=PATH::C:\tools\cygwin\bin;C:\tools\cygwin\usr\bin'
|
echo '::set-env name=PATH::C:\tools\cygwin\bin;C:\tools\cygwin\usr\bin'
|
||||||
|
- name: Clone acmetest
|
||||||
|
run: cd .. && git clone https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/
|
||||||
- name: Run acmetest
|
- name: Run acmetest
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: bash.exe -c ./letest.sh
|
run: bash.exe -c ./letest.sh
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user