actions / runner

The Runner for GitHub Actions :rocket:
https://github.com/features/actions
MIT License
4.91k stars 964 forks source link

Postman/Newman CLI command option --ignore-redirects not working in runner #2927

Closed TimEitr closed 1 week ago

TimEitr commented 1 year ago

When running my postman collection through my GitHub Actions Workflow I'm experiencing behaviour similar to using the command without --ignore-redirects. In my case this causes cookies not to be set correctly when running subsequent request calls through the CLI. I've only been able to replicate this behaviour locally without this command option.

This of course causes all tests and requests to fail. But I'm not sure what's causing this. Is this an overlap of commands?

Request output without command option: POST http://localhost:8000/api/auth/login/ [200 OK, 3.56kB, 318ms]

Request output with command option: POST http://localhost:8000/api/auth/login/ [302 Found, 774B, 247ms]

github-actions[bot] commented 1 month ago

This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 15 days.

github-actions[bot] commented 1 week ago

This issue was closed because it has been stalled for 15 days with no activity.