From 5dc98cb80bc2ea35c6a0ef556d97420fceba2f82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Peveri?= Date: Tue, 12 Mar 2024 17:42:42 +0100 Subject: [PATCH 1/2] Update app.yml --- .github/workflows/app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index 984a9c38..c910f676 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -20,7 +20,7 @@ jobs: run: npm ci - name: Run linter check run: npm run linter-check - - name: Run format-code check + - name: Run format code check run: npm run format-code-check - - name: Run tests + - name: Run unit tests run: npm run test From 2ced1e69f3a6642ed4c36d6e4a5ed9e0d754c93c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Peveri?= Date: Tue, 12 Mar 2024 22:24:13 +0100 Subject: [PATCH 2/2] Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bf4e16ab..56f6d62f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ # stryker temp files .stryker-tmp /reports/ +/coverage/ stryker.log .idea