Skip to content

Commit 0ac86b3

Browse files
add errexit
1 parent 909777a commit 0ac86b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

langchain-js/run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -o errexit
4+
35
# TODO: remove before merging
46
git branch
57
git switch use-local-atlas
@@ -52,5 +54,4 @@ setup_remote_atlas
5254
setup_node_and_yarn
5355
setup_langchain_integration
5456

55-
echo "cwd: $(pwd)"
5657
yarn test:int --reporters=default --reporters=jest-junit

0 commit comments

Comments
 (0)