Skip to content

Update workflow SHAs to a8e09da7ef5aa696efe94a5bb387168cafedb004 #67

Update workflow SHAs to a8e09da7ef5aa696efe94a5bb387168cafedb004

Update workflow SHAs to a8e09da7ef5aa696efe94a5bb387168cafedb004 #67

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