-
Notifications
You must be signed in to change notification settings - Fork 44
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
Unable to view output from command #15
Comments
Hey the @bantic, so it seems like the other command is not running at all? I would expect there is something funky going on when using |
Ye, I have the same problem is there any other way to fix this (with using &&)—my NPM project is not at the root of the git project. |
@K0IN there is probably a number of ways to resolve this, you can attempt to put the full command in a |
Hi, I'm using this action and it doesn't seem to actually run my command.
The relevant section of my workflow yml looks like this:
When the github action runs, the "Run Tests" step completes in just 15s, and the only output in the logs is:
The
yarn run test
command should be printing out some output that should appear in the logs, and the test command typically takes ~30s locally.I've added an explicit
assert.ok(false)
to my code, too, to ensure that the test command fails.Any suggestions for debugging this?
The text was updated successfully, but these errors were encountered: