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

fix: Unit Tests not executing in WF; Test Results overwritten #1409

Merged
merged 2 commits into from
Feb 19, 2022

Conversation

riserrad
Copy link
Contributor

CI/Tests/Unit were not running tests. The reason was that we were referencing the Environment Variable PACKAGE as $(PACKAGE), and in GitHub Workflows it needs to be ${PACKAGE}.

I've also fixed the fact that newer Test Results were always overwriting older ones. To do that, I gave each test run a unique name.

@riserrad riserrad merged commit a9adf24 into microsoft:master Feb 19, 2022
Sign up for free to 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