From 08fb332d5ed648d20b0a1744b84087884be101f8 Mon Sep 17 00:00:00 2001 From: Chad Ostrowski <221614+chadoh@users.noreply.github.com> Date: Wed, 15 May 2024 12:01:49 -0400 Subject: [PATCH] build: better name for e2e CI test --- .github/workflows/e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index a8c82f6a6..e9a2301a8 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -1,4 +1,4 @@ -name: contract Client +name: e2e on: push: @@ -7,7 +7,7 @@ on: jobs: test: - name: test generated contract.Client + name: test contract.Client runs-on: ubuntu-22.04 services: rpc: