Skip to content

Commit

Permalink
get tests/postman/Makefile to original
Browse files Browse the repository at this point in the history
Signed-off-by: YoungHypo <[email protected]>
  • Loading branch information
YoungHypo committed Sep 19, 2024
1 parent 1ff11b3 commit 7c0b964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/postman/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ initial-json:

test-api:
@$(MAKE) initial-json
bash test.sh || (echo "test api failed $$?"; exit 1)
bash ${ROOT_PATH}/tests/postman/test.sh || (echo "test api failed $$?"; exit 1)

0 comments on commit 7c0b964

Please sign in to comment.