Skip to content

Commit 06027f3

Browse files
committed
Add build step to types and test workflows
1 parent 66595cf commit 06027f3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ permissions:
1414
jobs:
1515
test:
1616
uses: SocketDev/socket-registry/.github/workflows/test.yml@main
17+
with:
18+
setup-script: 'pnpm run build'

.github/workflows/types.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ permissions:
1414
jobs:
1515
type-check:
1616
uses: SocketDev/socket-registry/.github/workflows/types.yml@main
17+
with:
18+
setup-script: 'pnpm run build'

0 commit comments

Comments
 (0)