diff --git a/README.md b/README.md index a032695..1ba66c9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This action assumes that: ```javascript ... "scripts": { - "test": "firebase emulators:exec --only firestore jest", + "test:ci": "firebase emulators:exec --only firestore jest", } ... ``` diff --git a/entrypoint.sh b/entrypoint.sh index a7595b7..919ea63 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -16,4 +16,4 @@ else fi echo "## Running Jest" -sh -c "$setup npm --prefix functions run test" \ No newline at end of file +sh -c "$setup npm --prefix functions run test:ci" \ No newline at end of file