-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable executing solutions on non-local environments or from non-local IP addresses on version 1.x #404
Conversation
Seems like the tests are failing for this one. Could you take a look at that? |
I would seem that |
I'm thinking it breaks because of changes in this PR. Tests seem to be running fine on the |
Actually just noticed that the P7.2 - L5.8.* had successfully ran all tests, while P7.2 - L5.6.* had failed. So I really don't see a reason why it would fail. I downgraded and tested with PHPUnit 7.5.20 just to be sure, and it was all OK. Also the test code and the registered paths are identical with the current master. Is there a possibility to run all the tests again without it stopping on first failure? |
You'll have to set |
Alright, I tracked the issue down. Basically the environment setting Is it OK to skip these tests below 5.7.14? And my apologizes for wasting your time for this small change. |
No worries |
Seems like the tests are still failing for this one 😬 |
Seems like there is some issues with the runners, those that have failed have the error Shall I push an empty commit to run the tests again? |
All good now, thanks! |
✅ functionality already available in spatie/laravel-ignition |
Ported code from commit #364 by AlexVanderbist to branch v1, with tests. Matter also discussed here https://github.com/facade/ignition/issues/350#issuecomment-884710367