Skip to content

chore(evm): print error message if contract already exists at predicted proxy address #1550

chore(evm): print error message if contract already exists at predicted proxy address

chore(evm): print error message if contract already exists at predicted proxy address #1550

name: Run Axelar Chains Config Tests
on: pull_request
jobs:
test:
runs-on: blacksmith-2vcpu-ubuntu-2204
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Node.js
uses: useblacksmith/setup-node@v5
with:
node-version: 18.x
cache: 'npm'
- name: Install
run: npm ci
working-directory: axelar-chains-config
- name: Test
run: npm run test
working-directory: axelar-chains-config