Skip to content

feat: Add E2E Local Node Smart Contracts Workflow #34

feat: Add E2E Local Node Smart Contracts Workflow

feat: Add E2E Local Node Smart Contracts Workflow #34

# SPDX-License-Identifier: Apache-2.0
name: "Local Node E2E Tests"
on:
pull_request:
types:
- opened
- reopened
- synchronize
branches: [main]
push:
branches: [main]
tags: ["v*"]
jobs:
smart-contracts-tests:
uses: ./.github/workflows/local-node-test-reusable.yaml
with:
networkNodeTag: ""
mirrorNodeTag: ""
relayTag: ""
branch: ${{ github.event.pull_request.head.ref || github.ref_name }}