Skip to content

feat: add a custom proxyAgent option to the Node server SDK #5050

feat: add a custom proxyAgent option to the Node server SDK

feat: add a custom proxyAgent option to the Node server SDK #5050

Workflow file for this run

name: tooling/jest
on:
push:
branches: [main, 'feat/**']
paths-ignore:
- '**.md' #Do not need to run CI for markdown changes.
pull_request:
branches: [main, 'feat/**']
paths-ignore:
- '**.md'
jobs:
build-test-jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: ./actions/setup-yarn
- id: shared
name: Shared CI Steps
uses: ./actions/ci
with:
workspace_name: '@launchdarkly/jest'
workspace_path: packages/tooling/jest