Skip to content

build(deps-dev): bump @midnightntwrk/wallet-sdk-address-format from 4.0.0-beta.2 to 4.0.0-canary.20260730145109-1cf94a3 #1619

build(deps-dev): bump @midnightntwrk/wallet-sdk-address-format from 4.0.0-beta.2 to 4.0.0-canary.20260730145109-1cf94a3

build(deps-dev): bump @midnightntwrk/wallet-sdk-address-format from 4.0.0-beta.2 to 4.0.0-canary.20260730145109-1cf94a3 #1619

Workflow file for this run

name: Compact Contracts Test Suite
on:
pull_request:
paths-ignore:
- "**.md"
- ".gitignore"
- "biome.json"
- "turbo.json"
push:
branches:
- main
paths-ignore:
- "**.md"
- ".gitignore"
- "biome.json"
- "turbo.json"
jobs:
run-suite:
name: Run Test Suite
runs-on: ubuntu-24.04
permissions:
contents: read
timeout-minutes: 60
steps:
- name: Harden Runner
uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
with:
egress-policy: audit
- name: Check out code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 2 # Recommended by turbo team
- name: Setup Environment
uses: ./.github/actions/setup
- name: Compile contracts
run: yarn compile
- name: Run type checks
run: yarn types
- name: Run tests
run: yarn test
- name: Run integration tests
run: yarn test:integration
- name: Run harness tests
run: yarn test:harness