mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
add ubuntu test in github actions
This commit is contained in:
parent
f1692b3436
commit
1ad450d753
14
.github/workflows/Ubuntu.yml
vendored
Normal file
14
.github/workflows/Ubuntu.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user