Skip to content

Commit

Permalink
build: better name for e2e CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
chadoh committed May 15, 2024
1 parent 49ae5bf commit 08fb332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: contract Client
name: e2e

on:
push:
Expand All @@ -7,7 +7,7 @@ on:

jobs:
test:
name: test generated contract.Client
name: test contract.Client
runs-on: ubuntu-22.04
services:
rpc:
Expand Down

0 comments on commit 08fb332

Please sign in to comment.