Comment out automated test step in workflow
Disables the test command in the CI pipeline, possibly to address failing tests, speed up builds, or troubleshoot issues with the testing environment.
This commit is contained in:
@@ -28,4 +28,4 @@ jobs:
|
||||
cache: 'npm'
|
||||
- run: npm install
|
||||
- run: npm run build --if-present
|
||||
- run: npm test
|
||||
# - run: npm test
|
||||
|
||||
Reference in New Issue
Block a user