From 628e97599a40f2661a7fb7cb42e983224c122343 Mon Sep 17 00:00:00 2001 From: Falcon Date: Wed, 13 Nov 2024 16:55:07 -0800 Subject: [PATCH] fix: workflow script 2 --- scripts/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/test.sh b/scripts/test.sh index a63afbb6..4003b9bc 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -4,5 +4,5 @@ rm -rf test_work mkdir test_work mkdir test_work/navigraph-test -source "${BASH_SOURCE%/*}/run_docker_cmd.sh" npm ci -source "${BASH_SOURCE%/*}/run_docker_cmd.sh" npm run jest \ No newline at end of file +bash ./scripts/run_docker_cmd.sh npm ci +bash ./scripts/run_docker_cmd.sh npm run jest \ No newline at end of file