Skip to content
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

Feature: Support Windows Runners for Package Testing #224

Open
trudeaua21 opened this issue Jun 10, 2023 · 0 comments
Open

Feature: Support Windows Runners for Package Testing #224

trudeaua21 opened this issue Jun 10, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@trudeaua21
Copy link
Contributor

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 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.

Considered alternatives

n/a

Additional details

This might be blocked by #200

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants