mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-04 23:12:46 +00:00
15 lines
417 B
YAML
15 lines
417 B
YAML
name: PebbleStrict
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
PebbleStrict:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: Install tools
|
|
run: sudo apt-get install -y socat
|
|
- name: Clone acmetest
|
|
run: cd .. && git clone https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/
|
|
- name: Run acmetest
|
|
run: cd ../acmetest && ./letest.sh
|