Skip to content

Provide jobs with an AbortSignal to attempt to gracefully interrupt jobs after shutdown timeout occurs #734

Provide jobs with an AbortSignal to attempt to gracefully interrupt jobs after shutdown timeout occurs

Provide jobs with an AbortSignal to attempt to gracefully interrupt jobs after shutdown timeout occurs #734

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x, 22.x]
services:
faktory:
image: contribsys/faktory:1.9.0
ports:
- 7419:7419
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm run test