Skip to content

Commit 6ef5e3d

Browse files
committed
need to leave node in background
1 parent ef779a3 commit 6ef5e3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/call.test-sdk-core.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ jobs:
118118
- name: Setup graph node
119119
if: steps.base.outputs.cache-hit != 'true'
120120
run: |
121-
./tasks/setup-graph-node.sh
121+
./tasks/setup-graph-node.sh &
122+
# wait for it to warm up
123+
sleep 15
122124
working-directory: ${{ env.subgraph-working-directory }}
123125

124126
- name: Build and deploy local subgraph

0 commit comments

Comments
 (0)