Skip to content

chore: convert repo into a yarn workspaces monorepo #620

chore: convert repo into a yarn workspaces monorepo

chore: convert repo into a yarn workspaces monorepo #620

Workflow file for this run

name: [contracts] Run E2E tests

Check failure on line 1 in .github/workflows/e2e.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/e2e.yml

Invalid workflow file

You have an error in your yaml syntax
env:
CI: true
on:
push:
branches: [main]
paths:
- packages/contracts/contracts/**
- packages/contracts/config/**
- packages/contracts/e2e/**
- packages/contracts/cli/**
- packages/contracts/tasks/**
- packages/contracts/scripts/**
- packages/contracts/hardhat.config.ts
pull_request: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up environment
uses: ./.github/actions/setup
- name: Run e2e tests
run: |
git clone https://github.com/edgeandnode/nitro
pushd nitro
git submodule update --init --recursive
./test-node.bash --init --no-blockscout --detach
popd
L1_NETWORK=localnitrol1 L2_NETWORK=localnitrol2 yarn test:e2e