Skip to content

Commit d5304e8

Browse files
committed
feat: Add build-and-test job to deploy subgraph workflow
1 parent a756962 commit d5304e8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy-subgraph.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ on:
1818
type: string
1919

2020
jobs:
21+
build-and-test:
22+
uses: ./.github/workflows/main.yml
23+
with:
24+
node-version: 20
25+
2126
deploy:
2227
runs-on: ubuntu-latest
2328
# Associate the job with a GitHub Environment which has pre-defined variables and secrets.

0 commit comments

Comments
 (0)