Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion e2e/_suites/fleet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ This is an example of the optional configuration:
4. Install dependencies.

- 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)"`
- Install integrations `make -C cli sync-integrations`
- Install godog (from project's root directory): `make -C e2e install-godog`

5. Run the tests.
Expand Down
1 change: 1 addition & 0 deletions e2e/_suites/metricbeat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ This is an example of the optional configuration:
4. Install dependencies.

- 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)"`
- Install integrations `make -C cli sync-integrations`
- Install godog (from project's root directory): `make -C e2e install-godog`

5. Run the tests.
Expand Down