You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, package testing is only supported for Linux runners. It's possible someone in the future might want to run these tests on Windows runners, so support for that might be good to add.
Suggested solution
I haven't really dug deep into how this action works on Windows runners, but I would assume that the solution would just be to port the Package Mode steps that are present in dist/steps/run_tests.sh over to dist/steps/run_tests.ps1.
Since jq is used for package testing, that might need to be added to whatever Windows environment the tests will be running in. I'm not sure if Docker is used for that, but I had to update the game-ci docker image to have jq as part of adding package testing.
Context
Currently, package testing is only supported for Linux runners. It's possible someone in the future might want to run these tests on Windows runners, so support for that might be good to add.
Suggested solution
I haven't really dug deep into how this action works on Windows runners, but I would assume that the solution would just be to port the Package Mode steps that are present in
dist/steps/run_tests.sh
over todist/steps/run_tests.ps1
.Since
jq
is used for package testing, that might need to be added to whatever Windows environment the tests will be running in. I'm not sure if Docker is used for that, but I had to update the game-ci docker image to havejq
as part of adding package testing.Considered alternatives
n/a
Additional details
This might be blocked by #200
The text was updated successfully, but these errors were encountered: