Error: The process '/usr/local/bin/npm' failed with exit code 1 #249
-
Hello, thank you so much for creating this action. I've been using it with my friends for our college project. Somehow, it is now showing an error after all the tests have already passed. Full logs can be seen here:
And the .yml file looks like this on: push
name: Unit Test
jobs:
unitTest:
name: Unit Test Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ArtiomTr/jest-coverage-report-action@v2
with:
test-script: npm test I've also tested running |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hello @AldiNFitrah 👋, Looks like process is exiting with non-zero exit code. I see, that some asynchronous code is not finishing at time:
This could cause the issue. |
Beta Was this translation helpful? Give feedback.
-
After Updating the Jest version Im getting this error: |
Beta Was this translation helpful? Give feedback.
Hello @AldiNFitrah 👋,
Looks like process is exiting with non-zero exit code. I see, that some asynchronous code is not finishing at time:
This could cause the issue.