Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit f5bfcaa

Browse files
mdelapenyamergify-bot
authored andcommitted
docs: document integrations in the proper README file (#1181)
(cherry picked from commit 24273bd)
1 parent 36a55ce commit f5bfcaa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

e2e/_suites/fleet/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ This is an example of the optional configuration:
6767
4. Install dependencies.
6868

6969
- Install Go, using the language version defined in the `.go-version` file at the root directory. We recommend using [GVM](https://github.com/andrewkroh/gvm), same as done in the CI, which will allow you to install multiple versions of Go, setting the Go environment in consequence: `eval "$(gvm 1.15.9)"`
70-
- Install integrations `make -C cli sync-integrations`
7170
- Install godog (from project's root directory): `make -C e2e install-godog`
7271

7372
5. Run the tests.

e2e/_suites/metricbeat/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ This is an example of the optional configuration:
6262
4. Install dependencies.
6363

6464
- Install Go, using the language version defined in the `.go-version` file at the root directory. We recommend using [GVM](https://github.com/andrewkroh/gvm), same as done in the CI, which will allow you to install multiple versions of Go, setting the Go environment in consequence: `eval "$(gvm 1.15.9)"`
65+
- Install integrations `make -C cli sync-integrations`
6566
- Install godog (from project's root directory): `make -C e2e install-godog`
6667

6768
5. Run the tests.

0 commit comments

Comments
 (0)