Skip to content

Commit 6a00445

Browse files
committed
fix name typo in ci script
1 parent 5af8a2d commit 6a00445

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

run-ci-live-tests.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ echo ""
1515

1616
./run src/examples/zkapps/hello-world/run-live.ts --bundle | add_prefix "HELLO_WORLD" &
1717
HELLO_WORLD_PROC=$!
18+
./run src/examples/zkapps/reducer/run-live.ts --bundle | add_prefix "REDUCER" &
19+
REDUCER_FLOW_PROC=$!
1820
./run src/examples/zkapps/dex/run-live.ts --bundle | add_prefix "DEX" &
1921
DEX_PROC=$!
2022
./run src/examples/fetch-live.ts --bundle | add_prefix "FETCH" &
2123
FETCH_PROC=$!
2224
./run src/tests/transaction-flow.ts --bundle | add_prefix "TRANSACTION_FLOW" &
2325
TRANSACTION_FLOW_PROC=$!
24-
./run src/examples/reducer/run-live.ts --bundle | add_prefix "REDUCER" &
25-
REDUCER_FLOW_PROC=$!
2626

2727
# Wait for each process and capture their exit statuses
2828
FAILURE=0

0 commit comments

Comments
 (0)