nginx / njs-acme

Nginx NJS module runtime to work with ACME providers like Let's Encrypt for automated no-reload TLS certificate issue/renewal.
Apache License 2.0
57 stars 9 forks source link

run Integration tests in CI #22

Closed ivanitskiy closed 1 year ago

ivanitskiy commented 1 year ago

Proposed changes

Checklist

Before creating a PR, run through this checklist and mark each as complete.

jirutka commented 1 year ago

allow to use of specified nginx bin path when running integration tests as nginx-testing still has no support for NJS v0.8.0

This is already fixed (nginx-binaries provides nginx 1.24.x and 1.25.x with njs 0.8.0), so you can revert these unnecessary Dockerfails. ;) Next time please open an issue; I would have resolved it sooner if I knew it was being used in this project.