Skip to content

chore(deps): bump ip from 2.0.0 to 2.0.1 #357

chore(deps): bump ip from 2.0.0 to 2.0.1

chore(deps): bump ip from 2.0.0 to 2.0.1 #357

Workflow file for this run

---
name: E2E tests
on:
workflow_dispatch:
pull_request:
jobs:
e2e:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Install node
uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile --non-interactive
- name: Build components
run: yarn build
- name: Run e2e tests
run: yarn test:e2e
env:
CL_API_URLS: ${{ secrets.CL_API_URL }}
CL_API_GET_RESPONSE_TIMEOUT: 60000
TEST_EPOCH_NUMBER: 152978
TEST_STATE_SLOT: 4895327
# stub
VALIDATOR_REGISTRY_SOURCE: file