Skip to content

fix(ci): update socket-registry SHA to b94a1086 #34

fix(ci): update socket-registry SHA to b94a1086

fix(ci): update socket-registry SHA to b94a1086 #34

Workflow file for this run

name: 🚀 CI Pipeline
# Dependencies:
# - SocketDev/socket-registry/.github/workflows/ci.yml
on:
push:
branches: [main]
tags: ['*']
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
ci:
name: Run CI Pipeline
uses: SocketDev/socket-registry/.github/workflows/ci.yml@b94a1086bd697ed1e93c59585bba2b7e59dfd5fb # main
with:
coverage-script: 'pnpm run test:unit:coverage'
coverage-report-script: 'pnpm run coverage:percent --json'
test-setup-script: 'pnpm run test:prepare'