Skip to content

Fixes #51 - Ensure an error during cert renewal does not leave the sy… #93

Fixes #51 - Ensure an error during cert renewal does not leave the sy…

Fixes #51 - Ensure an error during cert renewal does not leave the sy… #93

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
name: Test with nginx ${{ matrix.nginx-version }}
strategy:
matrix:
nginx-version:
- 1.25.x
env:
NGINX_VERSION: ${{ matrix.nginx-version }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get install -y ca-certificates
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm run test:unit
- run: make docker-integration-tests