mirror of
https://github.com/trezor/blockbook.git
synced 2026-03-23 16:07:24 +01:00
ci: bb connectivity suite
This commit is contained in:
4
.github/workflows/testing.yml
vendored
4
.github/workflows/testing.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
run: make test
|
||||
|
||||
connectivity-tests:
|
||||
name: Backend Connectivity Tests
|
||||
name: Connectivity Tests
|
||||
runs-on: [self-hosted, Linux, X64]
|
||||
needs: unit-tests
|
||||
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
|
||||
@@ -70,4 +70,4 @@ jobs:
|
||||
vars_json: ${{ toJSON(vars) }}
|
||||
|
||||
- name: Run e2e tests
|
||||
run: make e2e ARGS="-v"
|
||||
run: make test-e2e ARGS="-v"
|
||||
|
||||
Reference in New Issue
Block a user