add ubuntu test in github actions

This commit is contained in:
neil 2020-08-27 21:45:26 +08:00
parent f1692b3436
commit 1ad450d753
1 changed files with 14 additions and 0 deletions

14
.github/workflows/Ubuntu.yml vendored Normal file
View 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