From 54741e47fcbd12b176943245759a32b04c1fa459 Mon Sep 17 00:00:00 2001 From: Parikshith Mohite Date: Thu, 12 Sep 2024 14:58:54 -0400 Subject: [PATCH] Runs test command in workflow file only --- .github/workflows/github-actions.yml | 2 +- package.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 64796f2..c9ed030 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -42,4 +42,4 @@ jobs: - name: run unit tests run: | - npm run test + jest tests/services diff --git a/package.json b/package.json index b5a8cd9..cc9bb69 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,7 @@ "scripts": { "build": "spicetify-creator", "build-local": "spicetify-creator --out=dist --minify", - "watch": "spicetify-creator --watch", - "test": "jest tests" + "watch": "spicetify-creator --watch" }, "license": "MIT", "devDependencies": {