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

Action is silently passing with no-op when environment variable TESTING=true is set #2201

Closed
dagansandler opened this issue Jul 18, 2024 · 1 comment · Fixed by #2202
Closed

Comments

@dagansandler
Copy link

dagansandler commented Jul 18, 2024

This happens I guess due to this:

if (!process.env.TESTING) {

It would be helpful if some warning message would be printed in this case

See this workflow and run for a reproduction

@tj-actions-bot
Copy link
Contributor

Thanks for reporting this issue, don't forget to star this project if you haven't already to help us reach a wider audience.

@jackton1 jackton1 linked a pull request Jul 18, 2024 that will close this issue
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 a pull request may close this issue.

2 participants