Skip to content

chore(deps): bump actions/checkout from 4 to 5 #30

chore(deps): bump actions/checkout from 4 to 5

chore(deps): bump actions/checkout from 4 to 5 #30

Workflow file for this run

name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the main branch
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
test:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v5
- name: Install dependencies
run: sudo apt-get install -y wait-for-it
- name: Run tests - stable njs version
run: export NGINX_TYPE=oss && ./tests/test.sh --type oss