Browse Source

Removed the test suite from flybyray/acmetest with oathtool

pull/6778/head
Nils Poltmann 2 weeks ago
parent
commit
7e58a3d396
  1. 2
      .github/workflows/DNS.yml

2
.github/workflows/DNS.yml

@ -68,7 +68,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
- name: Clone acmetest - name: Clone acmetest
run: cd .. && git clone --depth=1 https://github.com/flybyray/acmetest.git && cp -r acme.sh acmetest/
run: cd .. && git clone --depth=1 https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/
- name: Set env file - name: Set env file
run: | run: |
cd ../acmetest cd ../acmetest

Loading…
Cancel
Save