Self-hosted: MacOS
When trying to start generating reports on a machine with a Mac operating system, an error occurs:
Run simple-elf/[email protected] Error: Container action is only supported on Linux
Hello, this is a limitation of the Dockerfile based Github action runner, see https://docs.github.com/en/actions/creating-actions/about-custom-actions#types-of-actions
It's possible to workaround the issue by running Javascript based action. However, allure is Java based so it's required to install Java in advance. Please let me know @vKosovskiiQA if you are interested.
@mgrybyk How can We use the javascript based action? Thanks!
@pespinel first I have to develop it if you really need it but there is a limitation.
To make it work you'll have to manually install java in prior to using the action. Does it make sense? Would you still use it?
@pespinel https://github.com/simple-elf/allure-report-action/issues/44#issuecomment-1919539380