Skip to content

feat: CN 2 BN protocol communications #1089

feat: CN 2 BN protocol communications

feat: CN 2 BN protocol communications #1089

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
name: "E2E Test Suites"
on:
push:
branches:
- main
- release/*
pull_request:
branches:
- "*"
defaults:
run:
shell: bash
permissions:
contents: read
env:
GRADLE_EXEC: ./gradlew
jobs:
e2e-tests:
runs-on: block-node-linux-medium
steps:
- name: Harden Runner
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Expand Shallow Clone for Spotless
run: |
if [ -f .git/shallow ]; then
git fetch --unshallow --no-recurse-submodules
else
echo "Repository is not shallow, no need to unshallow."
fi
- name: Set up JDK 21
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
with:
distribution: "temurin"
java-version: "21.0.5"
- name: Run Acceptance Tests
id: acceptance-tests
run: ${GRADLE_EXEC} runSuites