Closed domesticmouse closed 2 years ago
Thanks for the PR! Looks like the tests are failing. Let me know if you need help getting the ci to pass.
Thanks for the PR! Looks like the tests are failing. Let me know if you need help getting the ci to pass.
The tests are failing because the tests are pinned to run against Flutter 2.8.0, but this code has been updated to run correctly on Flutter 2.10.x. The tests are never going to pass until the test Flutter version unpin included in this PR is landed.
Thanks for the PR! Looks like the tests are failing. Let me know if you need help getting the ci to pass.
The tests are failing because the tests are pinned to run against Flutter 2.8.0, but this code has been updated to run correctly on Flutter 2.10.x. The tests are never going to pass until the test Flutter version unpin included in this PR is landed.
I think https://github.com/VGVentures/slide_puzzle/pull/17/commits/9add10626a2db63ae37c99c81b289f6c687572fb should resolve the issue. We just needed to also update the PR workflow in addition to the deploy workflow.
Please feel free to land at your convenience =)
Description
Updating dependencies
Type of Change