Skip to content

feat: Create new stream subscriber plugin #2409

feat: Create new stream subscriber plugin

feat: Create new stream subscriber plugin #2409

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
name: "E2E Test Suites"
on:
push:
branches:
- main
- release/*
pull_request:
types:
- opened
- reopened
- synchronize
defaults:
run:
shell: bash
permissions:
contents: read
env:
GRADLE_EXEC: "ionice -c 2 -n 2 nice -n 19 ./gradlew "
jobs:
e2e-tests:
timeout-minutes: 30
runs-on: hiero-block-node-linux-medium
steps:
- name: Harden Runner
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
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@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
with:
distribution: "temurin"
java-version: "21.0.6"
- name: Run Acceptance Tests
id: acceptance-tests
run: ${GRADLE_EXEC} runSuites