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

Support GitHubActions logger as opt-in #10

Open
christopher-dG opened this issue Jun 29, 2020 · 0 comments
Open

Support GitHubActions logger as opt-in #10

christopher-dG opened this issue Jun 29, 2020 · 0 comments

Comments

@christopher-dG
Copy link
Member

Using GitHubActions.jl.

I'm not actually sure how to implement this though, since the tests run in a child process. For Julia 1.3+, you could write to $JULIA_DEPOT_PATH/config/startup.jl and run Pkg.test(; julia_args=["--startup-file=yes"]).
To support older Julia versions, I think you'd have to write to the beginning of runtests.jl to set the logger.
Maybe I'm missing a simpler way, though.

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