Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 7572e0a

Browse files
committed
chore: start local node
1 parent efff90e commit 7572e0a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ink-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,9 @@ jobs:
147147
pnpm compile psp34
148148
find ./artifacts/ -type f -name "psp34.*" -exec cp {} ./artifacts/ \;
149149
150+
- name: Start node
151+
run: pnpm node > node.log 2>&1 &
152+
150153
- name: Test
151154
run: |
152-
pnpm node > node.log 2>&1 &
153155
pnpm test psp34

0 commit comments

Comments
 (0)