acme.sh/.github/workflows/PebbleStrict.yml

39 lines
1.1 KiB
YAML
Raw Normal View History

2020-08-20 12:18:53 +00:00
name: PebbleStrict
2020-08-29 05:14:28 +00:00
on:
push:
branches:
- '*'
paths:
2021-06-20 08:57:58 +00:00
- '*.sh'
2021-06-24 16:01:46 +00:00
- '.github/workflows/PebbleStrict.yml'
2020-08-29 05:14:28 +00:00
pull_request:
branches:
- dev
paths:
2021-06-20 08:57:58 +00:00
- '*.sh'
2021-06-24 15:30:16 +00:00
- '.github/workflows/PebbleStrict.yml'
2020-08-20 12:18:53 +00:00
jobs:
2020-08-20 12:32:22 +00:00
PebbleStrict:
2020-08-20 12:18:53 +00:00
runs-on: ubuntu-latest
env:
TestingDomain: example.com
TestingAltDomains: www.example.com
2021-06-25 15:20:40 +00:00
TEST_ACME_Server: https://localhost:14000/dir
2020-08-20 12:18:53 +00:00
HTTPS_INSECURE: 1
Le_HTTPPort: 5002
TEST_LOCAL: 1
2020-08-20 13:06:21 +00:00
TEST_CA: "Pebble Intermediate CA"
2020-08-20 12:18:53 +00:00
steps:
- uses: actions/checkout@v2
2020-08-20 12:54:27 +00:00
- name: Install tools
run: sudo apt-get install -y socat
2020-08-20 12:18:53 +00:00
- name: Run Pebble
2020-08-20 12:52:42 +00:00
run: cd .. && curl https://raw.githubusercontent.com/letsencrypt/pebble/master/docker-compose.yml >docker-compose.yml && docker-compose up -d
2020-08-20 12:18:53 +00:00
- name: Set up Pebble
run: curl --request POST --data '{"ip":"10.30.50.1"}' http://localhost:8055/set-default-ipv4
- name: Clone acmetest
2020-08-20 12:52:42 +00:00
run: cd .. && git clone https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/
2020-08-20 12:18:53 +00:00
- name: Run acmetest
2020-08-20 12:52:42 +00:00
run: cd ../acmetest && ./letest.sh