Skip to content

fix(ci): update socket-registry SHA to 0782233c #31

fix(ci): update socket-registry SHA to 0782233c

fix(ci): update socket-registry SHA to 0782233c #31

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@0782233ce8463a0b0eca22262905563b9bd4a919 # main
with:
coverage-script: 'pnpm run test:unit:coverage'
coverage-report-script: 'pnpm run coverage:percent --json'
test-setup-script: 'pnpm run test:prepare'