ci: bb connectivity suite

This commit is contained in:
pragmaxim
2026-03-03 08:11:01 +01:00
parent d33d606995
commit 73b3f2a2a1
7 changed files with 274 additions and 12 deletions

View File

@@ -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"