We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
act
Describe the bug The error is:
Errors .../mock-github-act-js-examples/workflow/simple/node_modules/@kie/act-js/build/bin/act: .../mock-github-act-js-examples/workflow/simple/node_modules/@kie/act-js/build/bin/act: cannot execute binary file
npx act-js prints the same error
npx act-js
It starts working when user sets ACT_BINARY to their local act installation. There seems to be an issue with the act binary built by this package
ACT_BINARY
To Reproduce Clone and run shubhbapna/mock-github-act-js-examples in the following environment:
Apple M1 Ventura 13.0 node: v16.15.0 git: 2.40.0
Expected behavior The act binary shipped with this package should work on macOS as well
Additional context Reported by @aleksei-commmune in shubhbapna/mock-github-act-js-examples#1
The text was updated successfully, but these errors were encountered:
bacciotti
Successfully merging a pull request may close this issue.
Describe the bug
The error is:
npx act-js
prints the same errorIt starts working when user sets
ACT_BINARY
to their local act installation. There seems to be an issue with the act binary built by this packageTo Reproduce
Clone and run shubhbapna/mock-github-act-js-examples in the following environment:
Apple M1 Ventura 13.0
node: v16.15.0
git: 2.40.0
Expected behavior
The act binary shipped with this package should work on macOS as well
Additional context
Reported by @aleksei-commmune in shubhbapna/mock-github-act-js-examples#1
The text was updated successfully, but these errors were encountered: