Skip to content

fix(ci): update socket-registry workflows to latest SHA (c61feb5e) #24

fix(ci): update socket-registry workflows to latest SHA (c61feb5e)

fix(ci): update socket-registry workflows to latest SHA (c61feb5e) #24

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