Skip to content

fix: post upgrade - config update #1766

fix: post upgrade - config update

fix: post upgrade - config update #1766

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