Skip to content

fix(gateway): skip CDN cache for upstreamUnavailable responses (#1690) #8

fix(gateway): skip CDN cache for upstreamUnavailable responses (#1690)

fix(gateway): skip CDN cache for upstreamUnavailable responses (#1690) #8

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: [main]
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'npm'
- run: npm ci
- run: npm run test:data