Skip to content

feat: add outbound networking type to NodeBootstrappingConfiguration #13302

feat: add outbound networking type to NodeBootstrappingConfiguration

feat: add outbound networking type to NodeBootstrappingConfiguration #13302

Workflow file for this run

name: check-tests
on: pull_request
jobs:
check-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v3
with:
go-version: '^1.16'
- run: |
E2E_TEST=true
export E2E_TEST
make test
name: Unit Test