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.

14 lines
417 B

  1. name: PebbleStrict
  2. on: [push, pull_request]
  3. jobs:
  4. PebbleStrict:
  5. runs-on: ubuntu-latest
  6. steps:
  7. - uses: actions/checkout@v2
  8. - name: Install tools
  9. run: sudo apt-get install -y socat
  10. - name: Clone acmetest
  11. run: cd .. && git clone https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/
  12. - name: Run acmetest
  13. run: cd ../acmetest && ./letest.sh