File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments