Skip to content

chore(scripts): update package.json scripts to scripts/fleet/ paths #2326

chore(scripts): update package.json scripts to scripts/fleet/ paths

chore(scripts): update package.json scripts to scripts/fleet/ paths #2326

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@a418e013d77aaa6079d5f0537cf6dcbced6aec1a # main (2026-06-01)
with:
test-script: 'pnpm run build && 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@a418e013d77aaa6079d5f0537cf6dcbced6aec1a # main (2026-06-01)
- name: Build project
run: pnpm run build
- name: Run isolated tests
run: pnpm exec vitest --config .config/vitest.config.isolated.mts run