Skip to content

[THREESCALE-11321] Introduce APICAST_LUA_SOCKET_KEEPALIVE_REQUESTS env var #1046

[THREESCALE-11321] Introduce APICAST_LUA_SOCKET_KEEPALIVE_REQUESTS env var

[THREESCALE-11321] Introduce APICAST_LUA_SOCKET_KEEPALIVE_REQUESTS env var #1046

Workflow file for this run

name: link-check
on: [push, pull_request]
permissions:
contents: read
pull-requests: read
statuses: write
jobs:
build:
runs-on: ubuntu-20.04
permissions:
contents: read
pull-requests: read
statuses: write
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
- name: Test
run: |
npm install -g yarn
make test-doc