From 4bcba8430e3aa5441ac22245e1b444cd7ac56368 Mon Sep 17 00:00:00 2001 From: Ronny Berndt Date: Thu, 23 May 2024 18:38:50 +0200 Subject: [PATCH] Update context names --- .asf.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 0846d7766..3cad60082 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -17,7 +17,7 @@ github: required_status_checks: strict: true # contexts are the names of checks that must pass. - contexts: - - run-unit-tests - - run-e2e-tests - + "contexts": + - "Run unit tests" + - "Run e2e tests (couchdb:2.3.1, search,partitioned)" + - "Run e2e tests (couchdb:3, search,nonpartitioned,couchdb-v2-only)"