diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-02-29 11:56:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-29 11:56:19 +0000 |
commit | ab7173346932b5f638094bdceda277ab157db287 (patch) | |
tree | 6ae601895dc2f47e463f892d0db5b234e1ca7899 | |
parent | 211b3ff244c33908f0e8c633e773a098bfee8eaf (diff) |
test(publish): adjust a test for .env files (#22595)
https://github.com/denoland/deno/pull/22590#discussion_r1502945984
-rw-r--r-- | tests/integration/publish_tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration/publish_tests.rs b/tests/integration/publish_tests.rs index 745736d65..4199c924f 100644 --- a/tests/integration/publish_tests.rs +++ b/tests/integration/publish_tests.rs @@ -422,6 +422,7 @@ fn includes_dotenv() { .arg("publish") .arg("--token") .arg("sadfasdf") + .arg("--dry-run") .run(); output.assert_exit_code(0); let output = output.combined_output(); |