Skip to content

Commit

Permalink
feat: Fork Diff Summary - update CI test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ethenotethan committed Jan 8, 2025
1 parent b00c479 commit d91d871
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions .github/workflows/contract-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ jobs:
files: ./contracts/coverage.json
verbose: false
token: ${{ secrets.CODECOV_TOKEN }}

# TODO: This is test is failing due testnode referencing a latest target when running
# a prysm ETH validator. This causes config ingestion to fail and the resource to fail to spin up.
# This has already been batched upstream and will need to be incorporated within the next rebasing.
# test-4844:
# name: 4844 tests
# runs-on: ubuntu-latest
Expand Down Expand Up @@ -191,8 +195,7 @@ jobs:
args: --l3-fee-token
no-token-bridge: true
no-l3-token-bridge: true
# eigenda: true
# blocked by https://github.com/Layr-Labs/nitro-testnode/pull/18
eigenda: true
nitro-contracts-branch: '${{ github.event.pull_request.head.sha || github.sha }}'

- name: Setup node/yarn
Expand Down Expand Up @@ -226,18 +229,18 @@ jobs:
# no-l3-token-bridge: true
# nitro-contracts-branch: '${{ github.event.pull_request.head.sha || github.sha }}'

- name: Setup node/yarn
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'
# - name: Setup node/yarn
# uses: actions/setup-node@v3
# with:
# node-version: 18
# cache: 'yarn'
# cache-dependency-path: '**/yarn.lock'

- name: Install packages
run: yarn
# - name: Install packages
# run: yarn

- name: Compile contracts
run: yarn build
# - name: Compile contracts
# run: yarn build

- name: Run e2e tests
run: yarn test:e2e
# - name: Run e2e tests
# run: yarn test:e2e

0 comments on commit d91d871

Please sign in to comment.