diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-01-11 22:17:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-11 21:17:03 +0000 |
commit | f45ceb23206b4aaeca123c06bd3d59770f728468 (patch) | |
tree | db2628da9140b8a0a07c3ac299d4dbb9678fc93c /cli/tests/testdata | |
parent | 9268df5f3405103214b4e39d82e5ab1b465475a0 (diff) |
chore(publish): add --dry-run flag (#21895)
Diffstat (limited to 'cli/tests/testdata')
-rw-r--r-- | cli/tests/testdata/publish/dry_run.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/testdata/publish/dry_run.out b/cli/tests/testdata/publish/dry_run.out new file mode 100644 index 000000000..f9f4df72e --- /dev/null +++ b/cli/tests/testdata/publish/dry_run.out @@ -0,0 +1,4 @@ +Checking fast check type graph for errors... +Ensuring type checks... +Check [WILDCARD] +Warning Aborting due to --dry-run |