From 1e73bb8967fda7bbad14ac438e8fe70efa6f3546 Mon Sep 17 00:00:00 2001 From: Derek Nola Date: Thu, 8 Jun 2023 08:49:11 -0700 Subject: [PATCH] Run integration tests on E2E changes, ensures correct coverage values Signed-off-by: Derek Nola --- .github/workflows/integration.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 8531e7e3d1..edddbb0717 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -16,6 +16,7 @@ on: - "install.sh" - "tests/**" - "!tests/integration**" + - "!tests/e2e**" - ".github/**" - "!.github/workflows/integration.yaml" workflow_dispatch: {}