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

Self-hosted: MacOS #43

Open
vKosovskiiQA opened this issue Apr 10, 2023 · 4 comments
Open

Self-hosted: MacOS #43

vKosovskiiQA opened this issue Apr 10, 2023 · 4 comments

Comments

@vKosovskiiQA
Copy link

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

@mgrybyk
Copy link

mgrybyk commented Aug 21, 2023

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.

@pespinel
Copy link

@mgrybyk How can We use the javascript based action? Thanks!

@mgrybyk
Copy link

mgrybyk commented Jan 16, 2024

@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?

@mgrybyk
Copy link

mgrybyk commented Jan 31, 2024

@pespinel #44 (comment)

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

3 participants