Skip to content

Commit

Permalink
fix: in api dir, use 'test' script
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed Oct 21, 2024
1 parent 0a0ed27 commit 38fa094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ run_app_tests() {
pushd "$REPO_DIR/api"

use_node "$NODE_VER"
yarn test:server
yarn test

## Publish code coverage
##
Expand Down

0 comments on commit 38fa094

Please sign in to comment.