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

[hotfix] Added missing flag to pass options in shebang line. #19

Merged
merged 1 commit into from
May 9, 2024

Conversation

neogeek
Copy link
Owner

@neogeek neogeek commented May 9, 2024

Added test.

Fixed bug where running onlybuild in GitHub Actions would cause this error:

/usr/bin/env: ‘node --no-warnings’: No such file or directory
/usr/bin/env: use -[v]S to pass options in shebang lines

Pull Request Type

  • Bugfix
  • Enhancement
  • Chore
  • Documentation
  • Other (please describe):

Relevant Issues

n/a

What was the behavior before this feature/fix?

onlybuild would run locally fine, but in a GitHub Action workflow it was broken.

What is the behavior after this feature/fix?

It now works in GitHub Action workflows, and a test was added to ensure its continued operation.

Benchmark Results

n/a

Other Information

@neogeek neogeek merged commit c9eb0d2 into main May 9, 2024
1 check passed
@neogeek neogeek deleted the hotfix/bash-env-flag branch May 9, 2024 05:01
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

Successfully merging this pull request may close these issues.

None yet

1 participant