Skip to content

Commit 7062603

Browse files
committed
try badges
1 parent 65ca88e commit 7062603

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/framework-golden-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
config: upgrade.toml
3535
count: 1
3636
timeout: 10m
37+
name: ${{ matrix.name }}
3738
steps:
3839
- name: Checkout repo
3940
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4

framework/examples/myproject/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# End-to-End Testing Project Maturity Model
22

3+
[![Smoke](https://github.com/smartcontractkit/chainlink-testing-framework/actions/workflows/framework-golden-tests.yml/badge.svg?branch=maturity-model&job=TestSmoke)](https://github.com/smartcontractkit/chainlink-testing-framework/actions/workflows/framework-golden-tests.yml)
4+
[![Performance Baseline](https://github.com/smartcontractkit/chainlink-testing-framework/actions/workflows/framework-golden-tests.yml/badge.svg?branch=maturity-model&job=PerformanceBaseline)](https://github.com/smartcontractkit/chainlink-testing-framework/actions/workflows/framework-golden-tests.yml)
5+
[![Chaos](https://github.com/smartcontractkit/chainlink-testing-framework/actions/workflows/framework-golden-tests.yml/badge.svg?branch=maturity-model&job=TestChaos)](https://github.com/smartcontractkit/chainlink-testing-framework/actions/workflows/framework-golden-tests.yml)
6+
[![Upgrade](https://github.com/smartcontractkit/chainlink-testing-framework/actions/workflows/framework-golden-tests.yml/badge.svg?branch=maturity-model&job=TestUpgrade)](https://github.com/smartcontractkit/chainlink-testing-framework/actions/workflows/framework-golden-tests.yml)
7+
38
## Developing
49
Run the tests locally
510
```

0 commit comments

Comments
 (0)