Skip to content

Commit

Permalink
fix: workflow script 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigTag committed Nov 14, 2024
1 parent d595602 commit 628e975
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
bash ./scripts/run_docker_cmd.sh npm ci
bash ./scripts/run_docker_cmd.sh npm run jest

0 comments on commit 628e975

Please sign in to comment.