From 2e348e2a370697559a0f4e60a5f4a87501487927 Mon Sep 17 00:00:00 2001 From: Larry Adames Date: Mon, 21 Oct 2024 11:35:51 -0400 Subject: [PATCH] feature/e2e-tests no satellites --- .github/workflows/staging.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 905490e8a..d4e0aa61d 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -108,6 +108,7 @@ jobs: run: | cd E2E-tests earthly \ + --no-satellites \ --secret AWS_SESSION_TOKEN="$AWS_SESSION_TOKEN" \ --secret AWS_ACCESS_KEY_ID="$AWS_ACCESS_KEY_ID" \ --secret AWS_SECRET_ACCESS_KEY="$AWS_SECRET_ACCESS_KEY" \