a month ago
see my project "adgraam" recent builds, no dockerfile changes but still on the NPM run test command it is taking excess times and failing out too
Pinned Solution
a month ago
I'd recommend not running npm run test in a build environment but only in a CI/CD checks environment (eg, Github Actions).
Your build should only build the application, not test it.
1 Replies
a month ago
This thread has been opened as a public bounty so the community can help solve it. The thread and any further activity are now visible to everyone.
Status changed to Open Railway • about 1 month ago
a month ago
I'd recommend not running npm run test in a build environment but only in a CI/CD checks environment (eg, Github Actions).
Your build should only build the application, not test it.
Status changed to Solved uxuz • about 1 month ago