diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 4e1bfd9..de1622f 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -1,7 +1,7 @@ # This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions -name: 1. Build & Test JMeter Runner +name: 1. Build JMeter Runner on: workflow_dispatch: @@ -51,6 +51,3 @@ jobs: - name: Build run: npm run build - - - name: Test - run: npm test \ No newline at end of file diff --git a/package.json b/package.json index 8e8a737..18a2afc 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,6 @@ "description": "Test runner for jmeter", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc -p tsconfig.json", "start": "npm run build && node dist/server.js" },