question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Make action work on all OS

See original GitHub issue

This action is only supported on Linux since its container based. Is it possible to support multiple OS for use with self-hosted runners like internal Macs.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:24 (14 by maintainers)

github_iconTop GitHub Comments

3reactions
EnricoMicommented, Apr 16, 2021

This has been released, so it is available now as documented in the README.md via

uses: EnricoMi/publish-unit-test-result-action/composite@v1

Thanks for the patience.

1reaction
EnricoMicommented, Apr 12, 2021

Looks like Python prefers forward slashes on all OS and can translate it as required. Nice! This proves my README right 😃

Thanks for confirming it works for you.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Automate Tasks on a Windows or MAC PC Using ...
First of all, you need to download Action(s). (Note: You need to have java installed in order for this to work). Get started...
Read more >
Github Actions: Run step on specific OS - Stack Overflow
An option would be separating the jobs so that you know, clearly, what steps are taken in any of the operating systems.
Read more >
Releasing files for multiple operating systems with Github ...
yml actions file will perform several tasks, separated out into two separate activities, a “Create Release” stage, and a “Build Release” stage.
Read more >
Use the loop action to repeat parts of your workflow in ...
Click Actions in the top-left corner of the Automator window, then click Utilities in the Library. Drag the Loop action into your workflow,...
Read more >
About custom actions - GitHub Docs
You can create actions by writing custom code that interacts with your repository in any way you'd like, including integrating with GitHub's APIs...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found