You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What just happened? Smart Tests recorded the current HEAD of your local repository as the build,
46
47
using the name given.
47
48
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
-
49
+
>[!TIP]
50
+
> 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.
57
51
58
52
59
53
Since this was the first time you recorded a build, Smart Tests needed to transfer relatively
0 commit comments