|
|
@ -14,12 +14,12 @@ on: |
|
|
|
- '*.sh' |
|
|
|
- '.github/workflows/Solaris.yml' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
concurrency: |
|
|
|
group: ${{ github.workflow }}-${{ github.ref }} |
|
|
|
cancel-in-progress: true |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
jobs: |
|
|
|
Solaris: |
|
|
|
strategy: |
|
|
@ -41,7 +41,7 @@ jobs: |
|
|
|
# CA: "ZeroSSL RSA Domain Secure Site CA" |
|
|
|
# CA_EMAIL: "githubtest@acme.sh" |
|
|
|
# TEST_PREFERRED_CHAIN: "" |
|
|
|
runs-on: macos-12 |
|
|
|
runs-on: ubuntu-latest |
|
|
|
env: |
|
|
|
TEST_LOCAL: 1 |
|
|
|
TEST_ACME_Server: ${{ matrix.TEST_ACME_Server }} |
|
|
@ -61,14 +61,15 @@ jobs: |
|
|
|
run: echo "TestingDomain=${{steps.tunnel.outputs.server}}" >> $GITHUB_ENV |
|
|
|
- name: Clone acmetest |
|
|
|
run: cd .. && git clone --depth=1 https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/ |
|
|
|
- uses: vmactions/solaris-vm@v0 |
|
|
|
- uses: vmactions/solaris-vm@v1 |
|
|
|
with: |
|
|
|
envs: 'TEST_LOCAL TestingDomain TEST_ACME_Server CA_ECDSA CA CA_EMAIL TEST_PREFERRED_CHAIN ACME_USE_WGET' |
|
|
|
copyback: "false" |
|
|
|
nat: | |
|
|
|
"8080": "80" |
|
|
|
prepare: pkgutil -y -i socat curl wget |
|
|
|
copyback: false |
|
|
|
run: | |
|
|
|
cd ../acmetest \ |
|
|
|
&& ./letest.sh |
|
|
|
|
|
|
|
|