Skip to content

fix(ci): update socket-registry SHA to 43a668e1 #29

fix(ci): update socket-registry SHA to 43a668e1

fix(ci): update socket-registry SHA to 43a668e1 #29

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@43a668e11f52d9f6a19ced20a0b3ee6e5cdde7e5 # main

Check failure on line 20 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "SocketDev/socket-registry/.github/workflows/ci.yml@43a668e11f52d9f6a19ced20a0b3ee6e5cdde7e5" : failed to fetch workflow: workflow was not found.
with:
coverage-script: 'pnpm run test:unit:coverage'
coverage-report-script: 'pnpm run coverage:percent --json'
test-setup-script: 'pnpm run test:prepare'