Skip to content

refactor(http-request/browser-fetch): align doFetch signature with MD… #2059

refactor(http-request/browser-fetch): align doFetch signature with MD…

refactor(http-request/browser-fetch): align doFetch signature with MD… #2059

Workflow file for this run

name: ⚡ CI
# Dependencies:
# - SocketDev/socket-registry/.github/workflows/ci.yml
on:
push:
branches: [main]
tags: ['*']
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
name: Run CI Pipeline
uses: SocketDev/socket-registry/.github/workflows/ci.yml@501a267e1434f36eaf45110d5bd5751e2adfa944 # main (2026-05-20)
with:
test-script: 'pnpm exec vitest --config .config/vitest.config.mts run'
test-isolated:
name: Test (Isolated)
needs: ci
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: SocketDev/socket-registry/.github/actions/setup-and-install@501a267e1434f36eaf45110d5bd5751e2adfa944 # main (2026-05-20)
- name: Build project
run: pnpm run build
- name: Run isolated tests
run: pnpm exec vitest --config .config/vitest.config.isolated.mts run