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

test(publish): add a test that checks for .env files #22590

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

bartlomieju
Copy link
Member

No description provided.

Copy link
Member

@satyarohith satyarohith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bartlomieju bartlomieju merged commit eaad946 into denoland:main Feb 26, 2024
17 checks passed
@bartlomieju bartlomieju deleted the publish_ignore_dotenv branch February 26, 2024 15:01
.run();
output.assert_exit_code(0);
let output = output.combined_output();
assert_contains!(output, "main.ts");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you check that this log of main.ts isn't from the Check ... line?

I don't think we print out files we're publishing outside of dry-run or -Ldebug

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

4 participants