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

Github Actions for build and test #178

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jasonleenaylor
Copy link

@jasonleenaylor jasonleenaylor commented Feb 10, 2021

This change is Reviewable

Copy link
Contributor

@tombogle tombogle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can see that at least most of the test failures are because it can't find LAME. It's possible that the first failure is something similar. My guess is that when we use ReflectionHelper (via call to GetFileDistributedWithApplication), the code it uses to determine if we're running unit tests bool unitTesting = Assembly.GetEntryAssembly() == null; does not produce the expected result when run using GitActions.

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.

2 participants