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

Issue: Action Test fails #11

Closed
areYouLazy opened this issue May 31, 2021 · 2 comments
Closed

Issue: Action Test fails #11

areYouLazy opened this issue May 31, 2021 · 2 comments

Comments

@areYouLazy
Copy link
Owner

Describe the bug
go test -v ./... fails

To Reproduce
Steps to reproduce the behavior:

  1. Go in Actions
  2. Rerun the build

Expected behavior
Test should pass

@areYouLazy areYouLazy changed the title Issue: Issue: Action Test fails May 31, 2021
@areYouLazy
Copy link
Owner Author

It seems there's an invalid /etc/hosts file in the environment used to execute the build task.

actions/runner-images#3353

@areYouLazy
Copy link
Owner Author

areYouLazy commented May 31, 2021

The library assumes it is a host line because it does not starts with a '#'.
This should be handled by the parser and the line should be marked as unknown

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

No branches or pull requests

1 participant