Skip to content

core: fix custom CA certs in modules + add integ test coverage #3244

core: fix custom CA certs in modules + add integ test coverage

core: fix custom CA certs in modules + add integ test coverage #3244

Workflow file for this run

name: TypeScript SDK
on:
push:
branches: ["main"]
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
# Enable manual trigger for easier debugging
workflow_dispatch:
permissions:
contents: read
pull-requests: write
jobs:
lint:
uses: ./.github/workflows/_hack_make.yml
secrets: inherit
with:
mage-targets: sdk:typescript:lint
timeout: 10
test:
uses: ./.github/workflows/_hack_make.yml
secrets: inherit
with:
mage-targets: sdk:typescript:test
timeout: 10