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.

48 lines
1.1 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
5 months ago
2 years ago
3 years ago
10 months ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. name: Linux
  2. on:
  3. push:
  4. branches:
  5. - '*'
  6. paths:
  7. - '*.sh'
  8. - '.github/workflows/Linux.yml'
  9. pull_request:
  10. branches:
  11. - dev
  12. paths:
  13. - '*.sh'
  14. - '.github/workflows/Linux.yml'
  15. concurrency:
  16. group: ${{ github.workflow }}-${{ github.ref }}
  17. cancel-in-progress: true
  18. jobs:
  19. Linux:
  20. strategy:
  21. matrix:
  22. os: ["ubuntu:latest", "debian:latest", "almalinux:latest", "fedora:latest", "centos:7", "opensuse/leap:latest", "alpine:latest", "oraclelinux:8", "kalilinux/kali", "archlinux:latest", "mageia", "gentoo/stage3"]
  23. runs-on: ubuntu-latest
  24. env:
  25. TEST_LOCAL: 1
  26. TEST_PREFERRED_CHAIN: (STAGING)
  27. TEST_ACME_Server: "LetsEncrypt.org_test"
  28. steps:
  29. - uses: actions/checkout@v4
  30. - name: Clone acmetest
  31. run: |
  32. cd .. \
  33. && git clone --depth=1 https://github.com/acmesh-official/acmetest.git \
  34. && cp -r acme.sh acmetest/
  35. - name: Run acmetest
  36. run: |
  37. cd ../acmetest \
  38. && ./rundocker.sh testplat ${{ matrix.os }}