Skip to content

GHO CCIP 1.5.1 Upgrade Eth<>Arb #86

GHO CCIP 1.5.1 Upgrade Eth<>Arb

GHO CCIP 1.5.1 Upgrade Eth<>Arb #86

Workflow file for this run

name: Test
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
registry-url: "https://registry.npmjs.org"
cache: "yarn"
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Enforce linting
run: yarn lint --check
test-sol:
uses: bgd-labs/github-workflows/.github/workflows/foundry-test.yml@main
secrets:
RPC_MAINNET: "https://eth-mainnet.g.alchemy.com/v2/${{ secrets.ALCHEMY_KEY }}"

Check failure on line 34 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 34, Col: 20): Invalid secret, RPC_MAINNET is not defined in the referenced workflow. .github/workflows/test.yml (Line: 35, Col: 21): Invalid secret, RPC_ARBITRUM is not defined in the referenced workflow.
RPC_ARBITRUM: "https://arb-mainnet.g.alchemy.com/v2/${{ secrets.ALCHEMY_KEY }}"
with:
mode: "CHANGED"
test-sol-zksync:
uses: bgd-labs/github-workflows/.github/workflows/foundry-test.yml@main
secrets: inherit
with:
mode: "CHANGED"
zksync: true
ROOT_DIR: "zksync"
test-js:
uses: bgd-labs/github-workflows/.github/workflows/test-node.yml@main
secrets: inherit