Skip to content

Commit

Permalink
add check for osmo valset.
Browse files Browse the repository at this point in the history
  • Loading branch information
puneet2019 committed Nov 16, 2023
1 parent 25170f5 commit c37f142
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test-schedule-wf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,24 @@ jobs:
run: npm run tx-update-stkatom-valset-weights
env:
MNEMONIC: ${{ secrets.MNEMONIC }}

liquidstakeibc-test-osmosis:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [ 16.x ]

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: ./package-lock.json
- name: Install dependencies
run: npm ci
- name: Run get data to make weights
run: npm run test-run-chain

0 comments on commit c37f142

Please sign in to comment.