Skip to content

Fix Bug with Wallet Address, Update Wasm Command, and Update Denom Utils #1

Fix Bug with Wallet Address, Update Wasm Command, and Update Denom Utils

Fix Bug with Wallet Address, Update Wasm Command, and Update Denom Utils #1

Workflow file for this run

name: Test Packages
on:
pull_request:
types:
- opened
branches:
- 'main'
- 'development'
paths:
- 'packages/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- run: pnpm install
- run: pnpm run build
- run: pnpm run test