Skip to content

allow non-global-unicast peer addresses #147

allow non-global-unicast peer addresses

allow non-global-unicast peer addresses #147

name: integration_test
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
integration_test:
defaults:
run:
working-directory: test
strategy:
matrix:
go-version: [1.21.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: start bird container
run: docker-compose up -d bird
- name: bird integration test
run: docker-compose up --abort-on-container-exit --exit-code-from corebgp