Skip to content

Add e2e bridge tooling installation to CI #1

Add e2e bridge tooling installation to CI

Add e2e bridge tooling installation to CI #1

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++

Check failure on line 13 in .github/workflows/e2e-test-bridge.yml

View workflow run for this annotation

GitHub Actions / Bridge e2e test

Invalid workflow file

The workflow is not valid. .github/workflows/e2e-test-bridge.yml (Line: 13, Col: 19): The identifier 'setup g++' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
run: |
g++ --version