Skip to content

nginx: add tests for config #5

nginx: add tests for config

nginx: add tests for config #5

Workflow file for this run

name: Test nginx config
on:
push:
pull_request:
jobs:
build:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: cd test/test && npm i
- run: cd test && ./run-tests.sh