Skip to content

build(deps): bump actions/checkout from 2 to 4 (#56) #115

build(deps): bump actions/checkout from 2 to 4 (#56)

build(deps): bump actions/checkout from 2 to 4 (#56) #115

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