Skip to content

Commit

Permalink
fix: remove test stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
rorlic committed Mar 28, 2024
1 parent 00def70 commit f15f23a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -51,6 +51,3 @@ jobs:

- name: Build
run: npm run build

- name: Test
run: npm test
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit f15f23a

Please sign in to comment.