Skip to content

Commit

Permalink
fix name typo in ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
45930 committed Aug 2, 2024
1 parent 5af8a2d commit 6a00445
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions run-ci-live-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ echo ""

./run src/examples/zkapps/hello-world/run-live.ts --bundle | add_prefix "HELLO_WORLD" &
HELLO_WORLD_PROC=$!
./run src/examples/zkapps/reducer/run-live.ts --bundle | add_prefix "REDUCER" &
REDUCER_FLOW_PROC=$!
./run src/examples/zkapps/dex/run-live.ts --bundle | add_prefix "DEX" &
DEX_PROC=$!
./run src/examples/fetch-live.ts --bundle | add_prefix "FETCH" &
FETCH_PROC=$!
./run src/tests/transaction-flow.ts --bundle | add_prefix "TRANSACTION_FLOW" &
TRANSACTION_FLOW_PROC=$!
./run src/examples/reducer/run-live.ts --bundle | add_prefix "REDUCER" &
REDUCER_FLOW_PROC=$!

# Wait for each process and capture their exit statuses
FAILURE=0
Expand Down
2 changes: 1 addition & 1 deletion src/bindings

0 comments on commit 6a00445

Please sign in to comment.