neil 2 years ago
parent
commit
64fda95186
  1. 3
      .github/workflows/Solaris.yml

3
.github/workflows/Solaris.yml

@ -49,9 +49,10 @@ jobs:
run: echo "TestingDomain=${{steps.tunnel.outputs.server}}" >> $GITHUB_ENV
- name: Clone acmetest
run: cd .. && git clone https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/
- uses: vmactions/solaris-vm@v0.0.6
- uses: vmactions/solaris-vm@v0.0.7
with:
envs: 'TEST_LOCAL TestingDomain TEST_ACME_Server CA_ECDSA CA CA_EMAIL TEST_PREFERRED_CHAIN'
copyback: "false"
nat: |
"8080": "80"
prepare: pkgutil -y -i socat curl

Loading…
Cancel
Save