You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.3 KiB

3 years ago
3 years ago
3 years ago
  1. name: Ubuntu
  2. on:
  3. push:
  4. branches:
  5. - '*'
  6. paths:
  7. - '*.sh'
  8. - '.github/workflows/Ubuntu.yml'
  9. pull_request:
  10. branches:
  11. - dev
  12. paths:
  13. - '*.sh'
  14. - '.github/workflows/Ubuntu.yml'
  15. jobs:
  16. Ubuntu:
  17. strategy:
  18. matrix:
  19. include:
  20. - TEST_ACME_Server: "LetsEncrypt.org_test"
  21. CA_ECDSA: ""
  22. CA: ""
  23. CA_EMAIL: ""
  24. - TEST_ACME_Server: "ZeroSSL.com"
  25. CA_ECDSA: "ZeroSSL ECC Domain Secure Site CA"
  26. CA: "ZeroSSL RSA Domain Secure Site CA"
  27. CA_EMAIL: "githubtest@acme.sh"
  28. runs-on: ubuntu-latest
  29. env:
  30. TEST_LOCAL: 1
  31. TEST_ACME_Server: ${{ matrix.TEST_ACME_Server }}
  32. CA_ECDSA: ${{ matrix.CA_ECDSA }}
  33. CA: ${{ matrix.CA }}
  34. CA_EMAIL: ${{ matrix.CA_EMAIL }}
  35. NO_ECC_384: ${{ matrix.NO_ECC_384 }}
  36. steps:
  37. - uses: actions/checkout@v2
  38. - name: Install tools
  39. run: sudo apt-get install -y socat
  40. - name: Clone acmetest
  41. run: |
  42. cd .. \
  43. && git clone https://github.com/acmesh-official/acmetest.git \
  44. && cp -r acme.sh acmetest/
  45. - name: Run acmetest
  46. run: |
  47. cd ../acmetest \
  48. && sudo --preserve-env ./letest.sh