Skip to content

intial slashing protection e2e tests #8

intial slashing protection e2e tests

intial slashing protection e2e tests #8

Workflow file for this run

name: E2E Test
on:
push:
branches: [main]
pull_request:
branches:
- main
- stage
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v3
- name: Run e2e.sh
env:
BEACON_NODE_URL: ${{ secrets.E2E_BEACON_NODE_URL }}
EXECUTION_NODE_URL: ${{ secrets.E2E_EXECUTION_NODE_URL }}
run: |
cd ./e2e/
chmod +x ./run.sh
./run.sh