From afb243f02d9e81d9c462d319caea6542ad5cdf11 Mon Sep 17 00:00:00 2001 From: Paul Kronegger Date: Fri, 22 Oct 2021 22:29:50 +0200 Subject: [PATCH] changed test script name to test:ci --- README.md | 2 +- entrypoint.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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