Skip to content

chore: fix windows sdk test - #994

Merged
thymikee merged 1 commit into
masterfrom
chore/fix-windows-sdk-test
Feb 20, 2020
Merged

chore: fix windows sdk test#994
thymikee merged 1 commit into
masterfrom
chore/fix-windows-sdk-test

Conversation

@thymikee

@thymikeethymikee commented Feb 20, 2020

Copy link
Copy Markdown
Member

Summary:

Windows CI sets $CWD to D:\, which is not where the project exists. To not alter the source code too much, I mocked the findProjectRoot so that it returns a local path. A proper fix would be reading the root (and, in turn, gradle.build path) from the config passed to the command. See #791 for reference

Test Plan:

Green windows CI

@thymikee
thymikeeforce-pushed the chore/fix-windows-sdk-test branch from e97ee57 to a38a14fCompareFebruary 20, 2020 08:28
@thymikee

Copy link
Copy Markdown
MemberAuthor

image
🎉

@thymikee
thymikee merged commit f0e9661 into masterFeb 20, 2020
@thymikee
thymikee deleted the chore/fix-windows-sdk-test branch February 20, 2020 08:37
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@thymikee