From d679d5b1e30301e25e855d8dc80d0688c0f610f0 Mon Sep 17 00:00:00 2001 From: Gsk54 Date: Mon, 9 Jan 2023 16:59:19 +0100 Subject: [PATCH] unit test ci --check --- ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index 792ebdc..0f39199 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -20,4 +20,4 @@ COPY . . RUN npm run build # Execute test suite -RUN npm run test:ci +RUN npm run test:unit