Skip to content

Commit 5bfe1f9

Browse files
committed
update
1 parent 01d67ff commit 5bfe1f9

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

HANDSON2.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Along the way, you will learn the major concepts of Smart Test.
77
To experiment with Smart Tests, first, let's clone your repository locally.
88
How to do this depends on your project.
99

10+
If you already cloned repository, please skip cloning the repository and move to the repo directory.
11+
1012
```
1113
git clone ...
1214
cd your/repository
@@ -45,15 +47,8 @@ Visit https://app.launchableinc.com/organizations/<ORG>/workspaces/<WORKSPACE>/d
4547
What just happened? Smart Tests recorded the current HEAD of your local repository as the build,
4648
using the name given.
4749

48-
By default, this command looks at the current directory.
49-
If you have multiple repositories, you'll use the `--source` option to direct the command to the right repositories.
50-
51-
```
52-
launchable record build --name mychange1 --source app=path/to/repo1 --source test=path/to/repo2 ...
53-
```
54-
55-
In the above example, you are telling Smart Tests that the build consists of two repositories: `app` and `test`.
56-
50+
>[!NOTE]
51+
> If you have multiple repositories, please check [this document](https://www.launchableinc.com/docs/sending-data-to-launchable/using-the-launchable-cli/recording-builds-with-the-launchable-cli/recording-builds-from-multiple-repositories/) to let Smart Tests know that the build consists of your repositories.
5752
5853

5954
Since this was the first time you recorded a build, Smart Tests needed to transfer relatively

0 commit comments

Comments
 (0)