fix(ci): correct socket-registry SHA to full hash #30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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@43a668e122085d8b5836884e47ee940642216388 # main | ||
|
Check failure on line 20 in .github/workflows/ci.yml
|
||
| with: | ||
| coverage-script: 'pnpm run test:unit:coverage' | ||
| coverage-report-script: 'pnpm run coverage:percent --json' | ||
| test-setup-script: 'pnpm run test:prepare' | ||