From 05054c6a0a73df1326b6be6f55a6c83dd55097cc Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 8 Aug 2023 17:57:57 +0300 Subject: [PATCH] ci: make `test-e2e` a required check (#8977) --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 67ecdec43d..8220492528 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -668,6 +668,7 @@ jobs: - test-go-pg - test-go-race - test-js + - test-e2e - offlinedocs # Allow this job to run even if the needed jobs fail, are skipped or # cancelled.