Skip to content

Add e2e bridge tooling installation to CI #2

Add e2e bridge tooling installation to CI

Add e2e bridge tooling installation to CI #2

Workflow file for this run

name: Bridge e2e test
on:
pull_request:
jobs:
e2e-bridge-test:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup g++
id: setup_g_plusplus
run: |
g++ --version