Skip to content

Commit 628e975

Browse files
committed
fix: workflow script 2
1 parent d595602 commit 628e975

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ rm -rf test_work
44
mkdir test_work
55
mkdir test_work/navigraph-test
66

7-
source "${BASH_SOURCE%/*}/run_docker_cmd.sh" npm ci
8-
source "${BASH_SOURCE%/*}/run_docker_cmd.sh" npm run jest
7+
bash ./scripts/run_docker_cmd.sh npm ci
8+
bash ./scripts/run_docker_cmd.sh npm run jest

0 commit comments

Comments
 (0)