-
Notifications
You must be signed in to change notification settings - Fork 158
add test for Mac OS and Windows #1934
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
Conversation
@trask can you help with the windows error? |
I think you need to add double quotes below
|
import org.junit.jupiter.api.io.TempDir; | ||
|
||
@EnabledOnOs(LINUX) // Uses async-profiler, which is only supported on Linux |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
async profiler works on mac, see https://github.com/async-profiler/async-profiler
@trask please check again |
🔧 The result from spotlessApply was committed to the PR branch. |
@zeitlinger sorry for the delay, I finally realized the difference between this and the link checking is that this is using the GitHub Rest API, which is more heavily throttled for anonymous users, so instead I changed it to avoid the Rest API |
3c1269e
Relates #1907
Using the same config as https://github.com/open-telemetry/opentelemetry-java/blob/main/.github/workflows/build.yml