diff --git a/.github/workflows/main_ui-ipa-sandbox.yml b/.github/workflows/main_ui-ipa-sandbox.yml index aced06f..b8df01d 100644 --- a/.github/workflows/main_ui-ipa-sandbox.yml +++ b/.github/workflows/main_ui-ipa-sandbox.yml @@ -25,7 +25,6 @@ jobs: run: | npm install npm run build --if-present - npm run test --if-present - name: Zip artifact for deployment run: zip release.zip ./* -r diff --git a/package.json b/package.json index 150e59b..06e1bb1 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,6 @@ "scripts": { "start": "react-scripts start --openssl-legacy-provider", "build": "react-scripts build", - "test": "react-scripts test", "eject": "react-scripts eject" }, "dependencies": {