Error in running postman in GitHub actions

I am new to Postman, Can someone please help me on below issue?
I am running my Postman Scripts in GitHub Actions and after running I see there are two errors which are not the case when i run manually in Postman.


The requests products / Get single product and orders / Create a new order are running fine in Postman individually.

This is happening because the tests are trying to parse the response into JSON, but it doesn’t have a value.

My guess is that maybe you don’t have the environment specified in your GH action. Are you able to send us a screenshot of how that’s configured?