From 9c5028b928da06d1b2fd9750736a0946877dc830 Mon Sep 17 00:00:00 2001 From: Philip Offtermatt Date: Wed, 3 Jul 2024 14:55:43 +0200 Subject: [PATCH] Fix nightly test name --- .github/workflows/nightly-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly-e2e.yml b/.github/workflows/nightly-e2e.yml index 0cf3b7e80b..ffc8ff363f 100644 --- a/.github/workflows/nightly-e2e.yml +++ b/.github/workflows/nightly-e2e.yml @@ -324,7 +324,7 @@ jobs: uses: actions/setup-go@v5 with: go-version: "1.22" # The Go version to download (if necessary) and use. - - name: E2E active set changes + - name: E2E inactive provider validators on consumer run: go run ./tests/e2e/... --tc inactive-provider-validators-on-consumer nightly-test-fail: