diff --git a/.github/workflows/client-api.yml b/.github/workflows/client-api.yml index 19ff2cd26..97514c9f1 100644 --- a/.github/workflows/client-api.yml +++ b/.github/workflows/client-api.yml @@ -39,7 +39,6 @@ jobs: with: scope: '@server/coprocessor' docker-repo-name-pattern: clientapi-{0}-coprocessor - context: servers/coprocessor app-path: servers/coprocessor # Do not pass terraform-output because we don't want to redo codedeploy # and it's conditional on this output diff --git a/servers/coprocessor/package.json b/servers/coprocessor/package.json index 4bd1d4b06..76ba2f971 100644 --- a/servers/coprocessor/package.json +++ b/servers/coprocessor/package.json @@ -12,9 +12,6 @@ "format": "eslint --fix", "lint": "eslint --fix-dry-run", "start": "node dist/index.js", - "test": "jest \"\\.spec\\.ts\"", - "test-ci": "npm test", - "test-integrations": "jest \"\\.integration\\.ts\" --runInBand --ci --watchAll=false --forceExit", "watch": "tsc -w --preserveWatchOutput & nodemon --inspect --config ../../nodemon.json" }, "dependencies": {