Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.

Commit c9a6269

Browse files
committed
apply+unify prettier
1 parent 60b22f3 commit c9a6269

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+2247
-2122
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,14 @@ jobs:
127127
command: |
128128
cd examples/service_jsonrpc
129129
yarn install
130-
- run:
131-
name: wait for service to be available
132-
command: .circleci/wait_for_port.sh 3030
133130
- run:
134131
name: start service
135132
background: true
136133
command: |
137134
cargo run --manifest-path service/Cargo.toml -- start
135+
- run:
136+
name: wait for service to be available
137+
command: .circleci/wait_for_port.sh 3030
138138
- run:
139139
name: run jsonrpc tests
140140
command: |

0 commit comments

Comments
 (0)