From 9730f0e0922611deb3ed6a84dcbd07c0da2c6392 Mon Sep 17 00:00:00 2001 From: Bee Klimt Date: Wed, 14 Aug 2024 19:57:28 -0700 Subject: [PATCH] tweak some language in DEVELOPING.md --- DEVELOPING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DEVELOPING.md b/DEVELOPING.md index 629bf2e..a5369dd 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -25,7 +25,7 @@ brew install bats-core brew install jq ``` -Smoke tests can be run with `make` targets (the latter works better in CI). +Smoke tests can be run with `make` targets. ```sh cd smoke-tests @@ -33,7 +33,6 @@ make smoke ``` The results of both the tests themselves and the telemetry collected by the collector are in a file `data.json` in the `smoke-tests/collector/` directory. -These artifacts are also uploaded to Circle when run in CI. After smoke tests are done, tear down docker containers: