Skip to content

Commit e19b2c6

Browse files
authored
ci(e2e): create final e2e test matrix test (#55)
1 parent 489107b commit e19b2c6

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/e2e-tests.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,11 @@ jobs:
8080
run: docker image load -i ${{ env.TAR_PATH }}
8181
- name: Run Tests
8282
run: cd e2e && go test -race -v -timeout 15m -run ^${{ matrix.test }}$ .
83+
e2e-tests:
84+
needs: test
85+
runs-on: ubuntu-latest
86+
if: always()
87+
steps:
88+
- name: Check E2E Test Matrix Status
89+
if: needs.test.result != 'success'
90+
run: exit 1

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# `orbiter`
22

3-
[![Latest Release](https://img.shields.io/github/v/release/noble-assets/orbiter?style=flat&logo=github&logoColor=white&label=latest&color=1E2457&labelColor=BAC3FF)](https://github.com/noble-assets/orbiter/releases/latest)
3+
[![Latest Release](https://img.shields.io/github/v/release/noble-assets/orbiter?style=flat&logo=github&logoColor=BAC3FF&label=latest&color=BAC3FF&labelColor=1E2457)](https://github.com/noble-assets/orbiter/releases/latest)
44
[![License](https://img.shields.io/badge/License-BUSL-red?label=license&labelColor=1E2457&color=BAC3FF)](https://github.com/noble-assets/orbiter/blob/main/LICENSE)
55
[![Unit Tests](https://img.shields.io/github/actions/workflow/status/noble-assets/orbiter/unit-tests.yaml?style=flat&logo=githubactions&logoColor=white&label=unit&labelColor=1E2457)](https://github.com/noble-assets/orbiter/actions/workflows/unit-tests.yaml)
6-
[![E2E Tests](https://img.shields.io/github/actions/workflow/status/noble-assets/orbiter/e2e-tests.yaml?style=flat&logo=githubactions&logoColor=white&label=e2e&labelColor=1E2457)](https://github.com/noble-assets/orbiter/actions/workflows/e2e-tests.yaml)
6+
[![E2E Tests](https://img.shields.io/github/actions/workflow/status/noble-assets/orbiter/e2e-tests.yaml?style=flat&logo=githubactions&logoColor=white&label=e2e&labelColor=1E2457&jobName=e2e-tests)](https://github.com/noble-assets/orbiter/actions/workflows/e2e-tests.yaml)
77

88
![Banner](./.assets/banner.png)
99

0 commit comments

Comments
 (0)