Create manual workflow to run tests on the production version of BitwiseCmd (#60)

* Simplify BitwiseCmdTests action responsibilities

* Fix build script to avoid hanging server

* Run unit tests in PR workflow
This commit is contained in:
Borys Levytskyi
2025-11-05 20:12:33 -05:00
committed by GitHub
parent 0a7f85c3e4
commit 43d5d7fa44
4 changed files with 118 additions and 29 deletions

View File

@@ -26,7 +26,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && npx http-server ./build -p 3030",
"build": "react-scripts build",
"release": "react-scripts build && gh-pages -d build --message Release",
"deploy": "gh-pages -d build --message Release",
"test": "react-scripts test",