Builds taking very long time
saksham2410
PROOP

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

https://railway.com/project/bb875017-7f2e-4d2d-9710-29804c0d27bb/service/cf9100f4-9b3d-4276-a637-35e9c95b61e4?environmentId=91a3fcfe-ead8-4acb-abc8-9f0b288fa8ac&id=d45c1ac3-9f65-43f7-9fba-debdf7e5e7ef#build

Solved$20 Bounty

Pinned Solution

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

Railway
BOT

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


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


Welcome!

Sign in to your Railway account to join the conversation.

Loading...